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 2008/08/06 15:40:28 UTC

DO NOT REPLY [Bug 45581] New: Proxy not appending query string in certain rewrite rules

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

           Summary: Proxy not appending query string in certain rewrite
                    rules
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: markus.lind@yellowmap.de


The following RewriteRule worked without problems for a long time, but no
longer in 2.2.9 (worked up to 2.2.6; .7 and .8 not tested)

RewriteRule ^/(.)_(.*).htm$ http://server/script?Test1=$1&Test2=$2 [NC,NE,P]

in 2.2.9 the server receives the request
GET /script
from the proxy, without the querystring parameters

when removing the NE-Flag, the rule works as intended

Maybe this is an effect of the change done in 44803


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


DO NOT REPLY [Bug 45581] Proxy not appending query string in certain rewrite rules

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45581


Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2008-08-06 07:10:25 PST ---


*** This bug has been marked as a duplicate of bug 45247 ***


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