[
https://issues.apache.org/jira/browse/WICKET-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-3339.
-------------------------------------
Resolution: Fixed
As I already said this ticket didn't introduce any problem.
The described problem should be fixed with this commit:
Author: ivaynberg
Date: Fri Feb 11 06:54:43 2011
New Revision: 1069685
URL: http://svn.apache.org/viewvc?rev=1069685&view=rev
Log:
Issue: WICKET-3442
> Url interception doesn't work if the "intercepting" page is stateless
> ---------------------------------------------------------------------
>
> Key: WICKET-3339
> URL: https://issues.apache.org/jira/browse/WICKET-3339
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.5-M3
> Reporter: Martin Grigorov
> Assignee: Martin Grigorov
> Fix For: 1.5-RC1
>
>
> wicket-examples -> authentication2 is broken.
> The problem is that trying to request Home page ("/") is not allowed for not
> authenticated users and the security strategy intercepts the request and
> renders Sign2 page
> ("wicket/bookmarkable/org.apache.wicket.examples.authentication2.SignIn2")
> and later WebPageRenderer directly renders Sign2 page in the current response
> because this page is stateless (redirect_to_xyz is not used for stateless
> pages).
> The final problem is that the relative urls in the page are broken because
> they were calculated against
> "wicket/bookmarkable/org.apache.wicket.examples.authentication2.SignIn2" but
> the browser still uses "/".
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira