https://bz.apache.org/bugzilla/show_bug.cgi?id=64446
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk Status|REOPENED |NEEDINFO --- Comment #7 from Felix Schumacher <[email protected]> --- Both problems should be fixed now. * Better support backslashes at line ends (when not in quote mode) * support -X|--request together with --data (and their variants) Can you test the next trunk or nightly build and report back? (What is not supported yet is GET method together with --data argument) commit 353ad79c5497c4d624f8b276580b6b50d45b27b9 AuthorDate: Tue Jun 9 12:49:00 2020 +0200 Better parse curl commands with backslash at line endings and support PUT method with data arguments Bugzilla Id: 64446 --- .../jmeter/protocol/http/curl/BasicCurlParser.java | 6 ++++-- .../org/apache/jmeter/curl/BasicCurlParserTest.java | 19 +++++++++++++++++++ xdocs/changes.xml | 1 + 3 files changed, 24 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
