Re: Case-insensitive URLs for serving HTML

2005-09-13 Thread Hassan Schroeder

[EMAIL PROTECTED] wrote:
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.
 ...
 I guess I'd like to match the URL pattern to a regular expression.

One quick, easy approach: UrlRewriteFilter
http://tuckey.org/urlrewrite/

HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



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



Re: Case-insensitive URLs for serving HTML

2005-09-13 Thread Mark Leone

That looks like just what I needed. Thanks.

-Mark

Hassan Schroeder wrote:


[EMAIL PROTECTED] wrote:

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.
 ...
 I guess I'd like to match the URL pattern to a regular expression.

One quick, easy approach: UrlRewriteFilter
http://tuckey.org/urlrewrite/

HTH!




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