https://bz.apache.org/bugzilla/show_bug.cgi?id=64785
--- Comment #3 from Marcel Montes <[email protected]> --- Another aspect I'm not sure about is if a specific aspect of the implementation makes sense. Previously, when conf->allowed == 0, it meant no method was flagged as allowed, so all where (it was effectively a reset/no conf) But now, in the following case, no method would be flagged as allowed, but I'd still expect it to be enforced for /foo/bar: <Directory /foo> AllowMethods GET </Directory> <Directory /foo/bar> AllowMethods -GET </Directory> I think that makes sense, but I'd like know other people's view on this. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
