https://issues.apache.org/bugzilla/show_bug.cgi?id=44730
Summary: duplicate query string in remote server url when using
"nocanon" reverse proxy
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I have the following config:
<VirtualHost *:80>
ServerName alpha.xri.net
ProxyRequests Off
ProxyPass / http://localhost:8003/ nocanon
ProxyPassReverse / http://localhost:8003/
ErrorLog logs/alphaxriproxy-error_log
CustomLog "|/usr/sbin/cronolog
/usr/local/apache2/logs/alphaxriproxy.log.%Y-%m-%d" combined
</VirtualHost>
When a request comes in to the local server:
http://alpha.xri.net/proxy/=kermit*%E6%97%A5%E6%9C%AC%E7%89%88?_xrd_r=application/xrds+xml
the mapped remote server URL became:
http://localhost:8003/proxy/=kermit*%E6%97%A5%E6%9C%AC%E7%89%88?_xrd_r=application/xrds+xml?_xrd_r=application/xrds+xml
This seems to happen when "nocanon" is turned on.
This is related to bug 41798.
--
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]