https://issues.apache.org/bugzilla/show_bug.cgi?id=46098
Summary: DirectoryIndex + mod_jk + limit POST
Product: Apache httpd-2
Version: 2.2.10
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Trying to limit to POST only a <location /something> , /something is URI mapped
to mod_jk,
DirectoryIndex is set to /something , so POSTing or GETing to url/ is forwarded
to tomcat,
if trying to use Limit on /something location like this
<Location /something>
<Limit POST>
allow from all
</Limit>
<Limitexcept POST>
Deny from all
</Limitexcept>
</Location>
if POSTing to /something, it works ,
if POSTing to / , assuming DirectoryIndex will forward to the /something, i get
"403" , in the error_log i see this
client denied by server configuration: /opt/apache-2.2.9/htdocs/something ,
the request is seen by mod_jk (looking at the debug, i see a match for the
request), still, apache returns 403 ,
if specifing Limit for both POST and GET , this works.
--
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]