In JBOSS 4.0.2 / Tomcat 5.5.9  case-insensitivity  no longer seems to work.

Our application breaks down on HTML pages with wrongly cased URLs on them - and 
there's many of them, since so far we've been happily case-insensitive.
 
I have the following:

 
  | <Context  path=""  docBase="./deploy"> 
  |   <Resources  caseSensitive = "false" />
  | </Context>   
  |  

in the file:    anonymous wrote : 
server\default\deploy\jbossweb-tomcat55.sar\server.xml

and this used to do the trick on JBOSS 4.0.1,  but no longer.

Any ideas on what could be done about it would be greatly appreciated. Should I 
use an earlier version of Tomcat with JBOSS 4.0.2 perhaps ?

Thanks
 -panuv


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880682#3880682

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880682


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to