Hi, On Fri, Oct 28, 2011 at 9:00 AM, martin.dilger <[email protected]> wrote: > Hi, > > since https://issues.apache.org/jira/browse/WICKET-4061, we use "~" as > url-separator, this leads to enormous problems and prevents us from > upgrading from 1.5.0 to 1.5.1. > > We have an apache which has mod_security enabled, and all Ajax-Requests are > blocked, the same could happen if an apache is active which has mod_userdir > active (http://httpd.apache.org/docs/mod/mod_userdir.html).
~ is allowed in the url path by http specs do these Apache modules fail without letting the next module process the url ? for example I'd expect from mod_userdir to check for existence of a user with this name and if there is no such then let the request/url be processed by the next Apache module. > > I would like to start a discussion, whether this is really a good idea to > use ~ as a separator. > In my mind, it is not since ~ has its own semantics and should not be used > as a separator. > > What is your opinion? > > Regards > > Martin > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/as-separator-in-urls-tp3947088p3947088.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] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
