Skip to content

Commit

Permalink
Update vdn-har-convertor-jmeter-tool version 5.2 (#658)
Browse files Browse the repository at this point in the history
v5.2 Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx'
  • Loading branch information
vdaburon committed Jun 22, 2024
1 parent 45bfc7d commit 8d36da5
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}
},
Expand Down

0 comments on commit 8d36da5

Please sign in to comment.