I have a "webb app" in Tomcat that serves only HTML, and I'd like to make the 
path component of the URL case-insensitive. So if the client navigates to 
http://<domain.host>/Pics or http://<domain.host>/pics or 
http://<domain.host>/PIcs they'll get the same resource. I guess I'd like to 
match the URL pattern to a regular expression. Is there a way to do that?

-Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to