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=42186>. 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=42186 Summary: mod_filter doesn't merge ! or = correctly Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: All Status: NEW Keywords: PatchAvailable Severity: normal Priority: P3 Component: mod_filter AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] mod_filter doesn't handle FilterChain =... or FilterChain ! properly when merging configs. Assume you have a setup like this: FilterProvider a ... FilterProvider b ... FilterProvider c ... FilterChain a b <Location /foo> FilterChain =c </Location> <Location /bar> FilterChain ! </Location> <VirtualHost> The correct behaviour should be for foo to run *only* c, and for bar to run nothing. However, currently /foo will run abc and /bar will run ab -- 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]
