Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Bugs

[Bug 53585] Exact Directory match problem

 

 

Apache bugs RSS feed   Index | Next | Previous | View Threaded


bugzilla at apache

Jul 22, 2012, 6:26 PM

Post #1 of 4 (130 views)
Permalink
[Bug 53585] Exact Directory match problem

https://issues.apache.org/bugzilla/show_bug.cgi?id=53585

Eric Covener <covener [at] gmail> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID

--- Comment #1 from Eric Covener <covener [at] gmail> ---
http://httpd.apache.org/docs/2.2/mod/core.html#directorymatch describes the
quirks in the 2.2 release.

--
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


bugzilla at apache

Jul 22, 2012, 6:51 PM

Post #2 of 4 (128 views)
Permalink
[Bug 53585] Exact Directory match problem [In reply to]

https://issues.apache.org/bugzilla/show_bug.cgi?id=53585

Mostafa <smartgig [at] gigfa> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |---

--- Comment #2 from Mostafa <smartgig [at] gigfa> ---
http://httpd.apache.org/docs/2.2/mod/core.html#directorymatch

The bug is related to <Directory> tag, not <DirectoryMatch> tag.

According to :
http://httpd.apache.org/docs/2.2/mod/core.html#directory

I can see the following example in the documentation :
<Directory ~ abc$>
# ... directives here ...
</Directory>

Which shows that it's allowed to use $.

--
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


bugzilla at apache

Jul 23, 2012, 12:21 AM

Post #3 of 4 (123 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
----------------------------------------------------------------------------
Component|Core |Documentation

--- Comment #3 from Daniel Gruno <humbedooh [at] apache> ---
Changing ownership to docs, since this is a documentation issue

--
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


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

Apache bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.