I had the following code in my app (using HEAD):
mountBookmarkablePage("user/signup", Signup.class)
I just updated wicket from cvs and note this now makes urls like:
/appuser/signup
instead of
/app/user/signup
Bug? Or design change? I see a cvs comment of "added support for mounting packages" on BookmarkablePagePathMountEncoder.java but that doesn't give much away. Being unfamiliar with the codebase I'm not sure what I'd look at to see whats up?
Mark
- [Wicket-user] mounted pages - absolute or relative? Mark Derricutt
- Re: [Wicket-user] mounted pages - absolute or relativ... Eelco Hillenius
- Re: [Wicket-user] mounted pages - absolute or rel... Igor Vaynberg
