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 2013/11/07 15:41:25 UTC

[Bug 55756] New: HTTP Mirror Server : Add ability to set Headers

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

            Bug ID: 55756
           Summary: HTTP Mirror Server : Add ability to set Headers
           Product: JMeter
           Version: 2.10
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com

Add X-SetHeaders special request header to make mirror return these headers.

Separator for headers would be |
Syntax would be:
headerA=valueA|headerB=valueB

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

[Bug 55756] HTTP Mirror Server : Add ability to set Headers

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |FIXED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Thu Nov  7 14:42:28 2013
New Revision: 1539664

URL: http://svn.apache.org/r1539664
Log:
Bug 55756 - HTTP Mirror Server : Add ability to set Headers
Bugzilla Id: 55756

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

Date: Thu Nov  7 14:44:39 2013
New Revision: 1539667

URL: http://svn.apache.org/r1539667
Log:
Bug 55756 - HTTP Mirror Server : Add ability to set Headers
Document
Bugzilla Id: 55756

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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

[Bug 55756] HTTP Mirror Server : Add ability to set Headers

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

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

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

--- Comment #3 from Sebb <se...@apache.org> ---
This is basically a duplicate of Bug 54005.

As discussed there, the facility is not particularly useful as it requires the
browser (or other client) to send the X-headers in order to get them returned
without the X- prefix.

It would be better to implement the suggestion in Bug 54005 which is to add a
table to the mirror server GUI with the headers it should return.

I'm finding it hard to imagine a use-case for the current implementation.

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

[Bug 55756] HTTP Mirror Server : Add ability to set Headers

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Thu Nov  7 20:36:32 2013
New Revision: 1539805

URL: http://svn.apache.org/r1539805
Log:
Bug 55756 - HTTP Mirror Server : Add ability to set Headers
Fix tests failure
Bugzilla Id: 55756

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java

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