Re: Apache Tomcat/5.5.20

2010-07-20 Thread Konstantin Kolinko
2010/7/20 André Warnier : > Elad Dotan wrote: \>> >> 1. OS version Solaris 10 (intel) >> 2. Apache Tomcat/5.5.20 >> >> > > I believe yes, on an application-by-application base, see > http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Common_Attributes > "caseSensitive". > But read the rema

RE: Apache Tomcat/5.5.20

2010-07-20 Thread Caldarale, Charles R
> From: Elad Dotan [mailto:elad.do...@gmail.com] > Subject: Apache Tomcat/5.5.20 > > *is it possible to configure the tomcat to ignore case senstivity?* Not safely (at least not safely on all platforms). However, if you configure an appropriate filter in the ROOT webapp, you can have it forward

Re: Apache Tomcat/5.5.20

2010-07-20 Thread André Warnier
Elad Dotan wrote: Hi, 1. OS version Solaris 10 (intel) 2. Apache Tomcat/5.5.20 *I'm using my tomcat for OTA... * *for example: http://wap.aaa.com/elad* ** *I would my users to be able to also enter "elad" in uppercase "ELAD" ( http://wap.aaa.com/ELAD) and to be able to reach the page.* *is i