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=40997>. 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=40997 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2006-11-21 02:52 ------- So I assume you are deleting the "!" in freont of the /bug maps to enable or disable access to the /bug context. The correct way is to use a minus sign "-" instead of an exclamation mark "!". -XXX says: define a rule XXX and disable it (don't use it). !XXX says: after you did the matching and you found a worker, go through all the "!" rules, and if one of those matches for the same target worker, don't use the original match, don't forward to tomcat file change semantics without restart are: entries learnt from earlier versions do not get deleted. The only way of manipulating old entries is adding or removing a minus sign. Then they get disabled, or a previous disabled state is turned into enable again. You did: !XXX: never use a mapping XXX. 1 rule loaded. Change to XXX: use a mapping XXX, a second rule loaded. Now you have a rule XXX that might match a request, but the check for exclusions afterwards still finds the !XXX and negated the forward. I suggest: -XXX: Define a map XXX but disable it. Change to XXX: Remove the disabling of XXX, ie. enable it. If you want to be more secure, so that other rules will not be able to accidentily map to /bug, you can also do: !XXX -XXX and enable the context by changing to: -!XXX XXX I'm closing this now. In case you don't understand, please proceed via the users list. In case you are pretty sure, that there is still a bug, reopen with your arguments. -- 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]