
bugzilla at apache
Jul 23, 2012, 12:23 AM
Post #4 of 4
(125 views)
Permalink
|
|
[Bug 53585] Exact Directory match problem
[In reply to]
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53585 Daniel Gruno <humbedooh [at] apache> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Daniel Gruno <humbedooh [at] apache> --- As mentioned, this issue was with the documentation showing something that does not work. <Directory ~ "foo"> is equivalent to <DirectoryMatch "foo"> just as <Location ~ "foo"> equals <LocationMatch "foo">, and as such, the same rule applies for both directives. I have removed the "abc$" example and replaced it with something else, as to not confused readers. Closing this issue as fixed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|