]> git.kaiwu.me - nginx.git/commit
Access module: fixed inheritance of allow/deny ipv6 rules.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 10 Apr 2012 13:25:53 +0000 (13:25 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 10 Apr 2012 13:25:53 +0000 (13:25 +0000)
commitb9c226abe074b82a2bbca514ab5539ee0672fb01
tree46c3fa2400f91e84c670a8fa2ad3029b0703670f
parent3ef52765c84ff979e7ae13ccd2ad3497b93b777c
Access module: fixed inheritance of allow/deny ipv6 rules.

Previous (incorrect) behaviour was to inherit ipv6 rules separately from
ipv4 ones.  Now all rules are either inherited (if there are no rules
defined at current level) or not (if there are any rules defined).
src/http/modules/ngx_http_access_module.c