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 2011/09/23 20:30:50 UTC

DO NOT REPLY [Bug 51077] mod_rewrite does not pass query string to mod_proxy_fcgi and mod_proxy_scgi

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

--- Comment #6 from Jim Jagielski <ji...@apache.org> 2011-09-23 18:30:50 UTC ---
-            if (r->args != NULL) {
+        if ((r->args != NULL)
+                && ((r->proxyreq == PROXYREQ_PROXY)
+                    || (rulestatus == ACTION_NOESCAPE))) {
+                /* see proxy_http:proxy_http_canon() */

breaks framework tests... don't see the rationale for it

-- 
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