(Sorry if this seems familiar to anyone.  I accidentally posted it to the
Nabble "Apache Wicket" forum the first time, instead of Users.)

I have an application in which the majority of valid URLs map to a content
management system.  In general, anything that's not a bookmarked page or a
Wicket-defined URL goes to the CMS. 

In order to avoid having to list all the possible URLs that the application
itself uses and prohibit users from creating CMS files with those names, I
decided that any URL starting with "_" would be reserved by the system.  So
the (bookmarkable) login page is /_login. 

However it looks like I can't change the /wicket path that Wicket itself
uses.  I tracked this down to IMapperContext--but the field itself in
Application and its getter method are both final. 

Is there really no way to change /wicket to something else--like /_wicket? 

Thanks, 
Willis 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-change-the-wicket-path-tp3231625p3231625.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to