From 53398e3670d907b62ded6eb1e2803ab2f1607448 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Fri, 21 Jun 2024 10:22:18 +0200 Subject: [PATCH] Update vdn-har-convertor-jmeter-tool version 5.2 v5.2 Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx' --- site/dat/repo/various.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 2a3c3b83f..27b4ecd7e 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1953,18 +1953,6 @@ "markerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller", "installerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller", "versions": { - "1.0": { - "changes": "First Version for jmeter-plugins repo", - "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v1.0/har-convertor-jmeter-plugin-1.0-jar-with-dependencies.jar" - }, - "2.0": { - "changes": "Add parameters page_start_number and sampler_start_number to facilitate partial recording of website navigation. Modify for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible.", - "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v2.0/har-convertor-jmeter-plugin-2.0-jar-with-dependencies.jar" - }, - "3.0": { - "changes": "Add Button 'CONVERT AND LOAD GENERATED SCRIPT'. File Chooser select only file and no directory.", - "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.0/har-convertor-jmeter-plugin-3.0-jar-with-dependencies.jar" - }, "3.2": { "changes": "Remove the header Content-length because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type:application/json. Add body data content in record.xml for PUT and PATCH methods. encode value for x-www-form-urlencoded when value contains space, equal, slash or plus characters.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.2/har-convertor-jmeter-plugin-3.2-jar-with-dependencies.jar" @@ -1976,6 +1964,10 @@ "5.1": { "changes": "Compatible with har generated by browsermob-proxy tool.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.1/har-convertor-jmeter-plugin-5.1-jar-with-dependencies.jar" + }, + "5.2": { + "changes": "Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx'", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.2/har-convertor-jmeter-plugin-5.2-jar-with-dependencies.jar" } } },