Bugs item #1550659, was opened at 2006-09-01 17:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1550659&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Lindner (stefanlindner)
Assigned to: Nobody/Anonymous (nobody)
Summary: continueToOriginalDestination seems not to work as expected

Initial Comment:
continueToOriginalDestination seems not to work as
expected. If I have
 
1. A page SomePage
2. In Application.init
      mountBookmarkablePage("/somepage", SomePage.class
      MyAuthorization authorizationStrategy = new
MyAuthorization();
     
getSecuritySettings().setAuthorizationStrategy(authorizationStrategy);
     
getSecuritySettings().setUnauthorizedComponentInstantiationListener(authorizationStrategy);
 
Now, if I call http:...../somepage the following happens
1. The page SomepPage is to be instantiated
2. The MyAuthorization class calls
      throw new
RestartResponseAtInterceptPageException(Login.class);
3. The Loginclass class (after successfull login)
       continueToOriginalDestination
4. The continueToOriginalDestination is not successfull
(retruns false)
 
In former wicket versions it was possible the jump
directly to a mounted page. Am I wron in doing what I
do or did somethin change in Wicket 2.0 behind the scene?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1550659&group_id=119783

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to