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 2020/12/22 15:22:38 UTC

[Bug 65024] Sending mime type with parameter throws IllegalArgumentException

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
           Keywords|                            |FixedInTrunk
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Can you try out the next nightly build or the next build from trunk and report
back, whether it fixes your issue?


commit 61e6e69c575cbc34a04a879ffe9b920206563904
AuthorDate: Tue Dec 22 16:19:23 2020 +0100

    Sending mime type with parameter throws IllegalArgumentException

    The create method of ContentType doesn't work with mime-types that
    contain multiple parts (separated by semicolons). The parse method
    does, so use that one.

    Bugzilla Id: 65024
---
 .../jmeter/protocol/http/sampler/HTTPHC4Impl.java  | 12 +++++--
 .../protocol/http/sampler/TestHTTPHC4Impl.java     | 40 ++++++++++++++++++++++
 xdocs/changes.xml                                  |  1 +
 3 files changed, 51 insertions(+), 2 deletions(-)

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