I believe the case sensitivity is per spec and there aren't any settings to change it.
One possibility (this is untested) is to wrap the request in your own request wrapper and then over ride the methods that provide different components of the request URI to normalize case. Use a request filter to instantiate the wrapper and pass it on. --David Buddy wu wrote: >2006/3/7, Long <[EMAIL PROTECTED]>: > > >>Buddy wu wrote: >> I wan't to know there is any way to set tomcat NOT CASE SENSITIVE in URL >> I mean: when I write in browser's 'http://localhost/test.html' >>equals to 'http://localhost/TEST.htm'. Can I do it ? or just in >>WINDOWS can but Linux/unix can't? >> >>Right, url is case-insensitive under Windows because the file system >> >> >But, the FACT is that under Windows the URL is CASW-SENSITIVE, not >case-insecsitive , why? > >I've tried, under Windows, test.html and TEST.html is diffrent in >tomcat server. Is there a parameter to set?? > > > >>can't tell a difference between test.html and TEST.html. The difference >>is there under Linux/UNIX. >> >>Long >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]