Hello, In my application all the pages are restricted using the MetaDataRoleAuthorizationStrategy. I want to give my user the ability to directly see the data from such a page using pageParameters: - http://www.mysite.com/page1.html?login=abc&pass=123 - http://www.mysite.com/page2.html?login=abc&pass=123 - ...
When the page is constructed, wicket sees that the user is not logged in, so redirects to the loginpage (redirectToInterceptPage). There I want to use the pageparameters from the initial URL to do authorization and redirect back (continueToOriginalDestination). How can I get the pageparameters from the initial URL? Can't find them in request, not in pageparameters from loginpage, ... Thanks for any help ! Kind regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-pageparameters-from-authorized-page-to-login-tp3549134p3549134.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
