You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/03/15 18:07:08 UTC

[Bug 56272] New: MirrorServer should support query parameters for status and redirects

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

            Bug ID: 56272
           Summary: MirrorServer should support query parameters for
                    status and redirects
           Product: JMeter
           Version: 2.11
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

The MirrorServer currently supports returning a different status by using the
X-ResponseStatus header and redirects by using the appropriate value for
X-SetHeaders.

However, headers are resent for redirected requests which means that the
redirect location cannot be the mirror server as that causes an redirect loop.

For additonal flexibility it would be useful to be able to use query parameters
to set the status and redirect location.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56272] MirrorServer should support query parameters for status and redirects

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

--- Comment #2 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/r1577906
Log:
MirrorServer should support query parameters for status and redirects
Oops! Allow for queries that don't have "=" in them
Bugzilla Id: 56272

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56272] MirrorServer should support query parameters for status and redirects

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

Sebb <se...@apache.org> changed:

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

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/r1577903
Log:
MirrorServer should support query parameters for status and redirects
Bugzilla Id: 56272

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java
   
jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestHTTPMirrorThread.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.