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 it possible to configure the tomcat to ignore case senstivity?*
**
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 remark in that box.
What is not so clear to me, is whether this applies even for the upper application level
(here elad/ELAD). In other words, if you put this in the Context for the "elad"
application, does Tomcat then know to direct requests to "ELAD" to that same application ?
Basically, I would say that it is not a good idea anyway, because it may still bypass some
security features of the server, and may make things confusing anyway.
It would probably be better to create a dummy webapps/ELAD application, which does nothing
else but send a redirect response to the browser, to the real webapps/elad application.
Maybe you can use this filter for that purpose :
http://www.tuckey.org/urlrewrite/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org