https://bz.apache.org/bugzilla/show_bug.cgi?id=65270
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Keywords| |FixedInTrunk Status|NEW |NEEDINFO --- Comment #1 from Felix Schumacher <[email protected]> --- @Nikola could you test next trunk or nightly build? The first two problems should be addressed (even if I don't know, whether you wanted an empty post for the second issue). The third issue is a bit more work and probably deserves its own issue. The request should work, though. The post data is filled, but the wrong tab is shown (one could argue :) ). commit 5f5b8166402fbe66ba2aadc51ccdc284d9c8c030 AuthorDate: Tue Apr 27 20:57:27 2021 +0200 POST application/x-www-form-urlencoded cURL code generated from Postman is not imported correctly Allow multiple occurrences of --data-urlencode options and empty key and value on that option. The data will be added as post data and not as form data, which is a bit inconvenient and asked for in the same issue entry. Bugzilla Id: 65270 --- .../jmeter/protocol/http/curl/BasicCurlParser.java | 5 +++- .../apache/jmeter/curl/BasicCurlParserTest.java | 34 ++++++++++++++++++++++ xdocs/changes.xml | 1 + 3 files changed, 39 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
