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=40087>. 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=40087 Summary: JKMount case sensivity Product: Tomcat 5 Version: Unknown Platform: All OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Connector:AJP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] It appears that starting with JK 1.2.8, the JKMount directive became case insensitive. Thus, I cannot simultaneously have Tomcat webapps named "/foo" and "/FOO" and connect them to Apache (on Unix). The relevant code appears to be the function "jk_map_put" in the file jk/native/common/jk_map.c . There is a call to "strcasecmp" which used to be "strcmp" in version JK 1.2.6. I am wondering if this case insensitivity is a bug or a feature? It seems to me that case insensitivity is correct on Windows and incorrect on Unix. Either way, should be documented or fixed!! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
