https://issues.apache.org/bugzilla/show_bug.cgi?id=49951
Summary: mod_authz_host allow is mixing variable and comment
data
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Directive bellow denies my queries...
<Location />
Order Deny,Allow
Deny from all
Allow from 192.0.2.1/32
</Location>
...but if I add a comment with magical word 'all', like example bellow...
<Location />
Order Deny,Allow
Deny from all
Allow from 192.0.2.1/32 # all foobar are xyxxys
</Location>
...suddenly requests are allowed from anywhere. I found this while working with
version 2.2.3. I also verified that HEAD version has the same issue. This
bug/regression might be very old and already reported (thou I could not find
such report).
--
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: [email protected]
For additional commands, e-mail: [email protected]