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 2018/04/07 10:21:35 UTC

[Bug 62261] HTTP POST Request does not consistently override content type set by parent Header Manager

https://bz.apache.org/bugzilla/show_bug.cgi?id=62261

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

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
In last nightly build, I get the following:

First request:
Connection: keep-alive
Content-Type: 
Content-Length: 0
Host: localhost:8081
User-Agent: Apache-HttpClient/4.5.5 (Java/1.8.0_161)


Second Request:
Connection: keep-alive
Content-Type: 
Content-Length: 41
Host: localhost:8081
User-Agent: Apache-HttpClient/4.5.5 (Java/1.8.0_161)

Would you expect that when Multipart form is checked it overrides parent set
Header Content-Type ?

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