> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Tuesday, March 24, 2009 1:29 PM > Subject: RE: case insensitive web.xml > > > From: JR Conlin [mailto:jcon...@netflix.com] > > Subject: case insensitive web.xml > > > > I'm looking for a way for the url-patterns in web.xml to be > > matched case insensitive. > > I'm not aware of any spec-compliant means of doing so, since the servlet > spec and the relevant RFCs all require case sensitivity. However, you > should be able to do it with this quite popular filter: > http://tuckey.org/urlrewrite/ >
Interesting. Looks like I'd still need to overhaul the web.xml file, but it might be a good place to poke around and look for hooks. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org