You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/06/04 12:03:53 UTC

DO NOT REPLY [Bug 45127] Empty pattern in FilesMatch causes Allow to match any IP

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





--- Comment #1 from Takashi Sato <ta...@lans-tv.com>  2008-06-04 03:03:53 PST ---
Order Allow,Deny
<FilesMatch "">
   Allow from 255.255.000.000
</FilesMatch>

is the same as:

Order Allow,Deny
<FilesMatch "">
   Order Deny,Allow
   Allow from 255.255.000.000
</FilesMatch>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org