https://issues.apache.org/bugzilla/show_bug.cgi?id=46809
Summary: mod_rewrite+mod_ssl+SSLCientVerify = no POST variables
Product: Apache httpd-2
Version: 2.2.3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P1
Component: mod_rewrite
AssignedTo: [email protected]
ReportedBy: [email protected]
If SSLClientVerify for a <directory> is configured, such as:
<Directory "/var/www/html/site">
SSLVerifyClient require
SSLVerifyDepth 10
</Directory>
And mod rewrite is configured for this site: (via .htaccess in before mentioned
directory)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Submitting a POST with variables defined do NOT show up on the script/php side.
Disabling mod_rewrite or SSLVerifyClient for the path will cause POST
variables to be defined.
--
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]