Shiro strips anchor (#) values from the URL if user is unauthenticated
----------------------------------------------------------------------
Key: SHIRO-82
URL: https://issues.apache.org/jira/browse/SHIRO-82
Project: Shiro
Issue Type: Bug
Components: Authentication (log-in)
Affects Versions: 0.9-RC1
Reporter: Geoff Schneider
Fix For: 0.9-RC1
If I enter URL with anchor tags such as (
http://www.myhost.com/home.html#action=doSomething ) in an unauthenticated
browser, the anchor tag values are stripped and I am directed to
http://www.myhost.com/home.html. The anchor tags should remain after
authentication so that the user is directed to the proper location in the
application.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.