Hello, While working on my previous problem I found out that when I do a GET to one of my bookmarkable pages, e.g. /lrm/ms/oid/123, I get a 302 redirect to /lrm/ms/oid/../../ms/oid/123.0;jsessionid=xxx. However, when I do a GET to /lrm/network I get a 200 response and jsessionid is set as a cookie in the response.
/lrm/network is explicitly mounted as mountBookmarkablePage in Application.init(). We are using Tomcat 6.0 and Wicket 1.4.17. How can I make /lrm/ms/oid/123 return 200 just like /lrm/network? Should we somehow mountBookmarkablePage each such page which we have thousands of? Will upgrading to Wicket 1.5 help achieve this behavior? Thanks, Alec --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
