I have a bunch of pages that I have mounted so that they are reachable
as /Foo.html?id=123. No big deal and works fine. But, I need to
protect these pages; I need people to bookmark them and return to
them, showing a login box in between if no session is active.

The usual recipe for protecting pages is to use a custom
IAuthorizationStrategy but that will not work here since the
PageParameters are not kept around by the AuthorizationStrategy code
and there is also no way to easily access them.

Is there another way to do this?

 S.

-------------------------------------------------------------------------
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-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to