authentication invalid redirection when wicket filter is /*
-----------------------------------------------------------
Key: WICKET-1352
URL: https://issues.apache.org/jira/browse/WICKET-1352
Project: Wicket
Issue Type: Bug
Components: wicket-auth-roles
Affects Versions: 1.3.1
Environment: Glassfish on Linux, jdk 1.6.03
Reporter: Peter Henderson
Take the example authentication application (examples/authentication), change
the wicket filter from /authentication/* to /*
When a user logs in for the 1st time, they are redirected to a url which is
below the application.
eg.
Sign in page is
http://localhost:8080/WicketTest3/?wicket:bookmarkablePage=%3Aauthentication.MySignInPage
Correct login redirects to
http://localhost:8080/index.jsp?wicket:bookmarkablePage=%3Aauthentication.AdminPage
Note the missing "WicketTest3"
Changing the servlet filter to something other than /* (in the example below it
is /test/*) does not show this problem.
e.g.
http://localhost:8080/WicketTest3/test/?wicket:bookmarkablePage=%3Aauthentication.MySignInPage
logged in page is
http://localhost:8080/WicketTest3/test/?wicket:bookmarkablePage=%3Aauthentication.AdminPage
I hope I've explained this problem correctly.
Regards
Peter Henderson.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.