I use a crypted url strategy for security on non bookmarkable page links. If you have a standard bookmarkable page, wicket will generate a REST style urls like /page/id/5, which will not be encrypted. However there seems to be an issue where if you try to mount the home page, it is generated as /page?id=1, which then gets encrypted.
However instead of using apache mod rewrite, I found that if you set the index page to forward the request to another page using setResponsePage(StoriesPage.class), and do not redirect, the issue seems to be resolved. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-Apache-mod-rewrite-to-fix-home-page-parameter-problem-tp2303737p2304786.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
