> 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/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org