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=42038>.
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=42038
gears@umich.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|JK uriworkermap case |JK uriworkermap ROOT mapping
|sensitive exclusion rules |causes exclusions to be
|ignored |ignored
------- Additional Comments From gears@umich.edu 2007-04-04 13:10 -------
Turns out it has nothing to do with case. The presence of a root context mapping
means that any exclusion rules such as "!/UMICH" appear to be ignored. I had an
old /System context that was causing that to properly work (Tomcat was serving
the static files).
Requests to /umich are sent appropriately to Tomcat. [Correct]
Requests to /UMICH are sent to Tomcat (resulting in a Tomcat 404 error) [Bug]
Request to /System sent to Tomcat (resulting in a Tomcat 404 error) [Bug]
I have updated the summary to reflect this.
--
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|