DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31209>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31209

Setting caseSensitive to false for FileDirContext seems to have no effect

           Summary: Setting caseSensitive to false for FileDirContext seems
                    to have no effect
           Product: Tomcat 5
           Version: 5.0.28
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


For some time I have used the following Context Element for webapps to disable
case sensitivity in resource names.

<Context path="/iCom" docBase="../webapps/iCom" debug="0">
  <Resources
    className="org.apache.naming.resources.FileDirContext" caseSensitive="false" />
</Context>

This worked fine in early releases of Tomcat 5 (e.g. Tomcat 5.0.12) but at some
point it stopped working (by Tomcat 5.0.19 it was no longer working, and is
still not working in 5.0.28).  I've checked the documentation for 5.0.28 and so
far as I can see the above should still work fine.

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

Reply via email to