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=37621>. 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=37621 Summary: Please consider RequireReset Product: Apache httpd-2.0 Version: 2.0.54 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I found a problem with the following setup. I want to restrict URL-space (say /restricted) to registered users. This works fine with a require valid-user directive. When I want to restrict of subspace more striclty, e.g. /restricted/only_for_you, an additional require user jbond has not effect. To my understanding all the require directives are evaluated in order, and the first one that allows access prevents evaluation of the others. A RequireReset primitive that resets the list of inherited require directives would be great improvement for that situation. Unfortunately I found no easy workaround yet. -- 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]
