Skip to content

Commit 666bc02

Browse files
author
DABURON Vincent
committed
Version 3.2, Use library har-to-jmeter-convertor-2.3.jar, this version : encode value for x-www-form-urlencoded when value contains space ' ' or equal '=' or slash '/' or plus '+' characters. Correct add the content for body data for POST, PUT or PATCH if not x-www-form-urlencoded in the Record.xml file.
1 parent d2381b3 commit 666bc02

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central
134134
```xml
135135
<groupId>io.github.vdaburon</groupId>
136136
<artifactId>har-convertor-jmeter-plugin</artifactId>
137-
<version>3.1</version>
137+
<version>3.2</version>
138138
```
139139
## Versions
140+
Version 3.2 date 2024-03-30, Use library har-to-jmeter-convertor-2.2.jar, this version encode value for x-www-form-urlencoded when value contains space ' ' or equal '=' or slash '/' or plus '+' characters. Correct add the content for body data for POST, PUT or PATCH if not x-www-form-urlencoded in the Record.xml file.
141+
140142
Version 3.1 date 2024-03-29, Use library har-to-jmeter-convertor-2.2.jar, this version 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.
141143

142144
Version 3.0 date 2024-03-18, Add Load generated script if no error. File Chooser select only file and no directory.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.vdaburon</groupId>
88
<artifactId>har-convertor-jmeter-plugin</artifactId>
9-
<version>3.1</version>
9+
<version>3.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Apache JMeter Plugin to convert a HAR file to a JMeter script and Record XML</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>io.github.vdaburon</groupId>
7676
<artifactId>har-to-jmeter-convertor</artifactId>
77-
<version>2.2</version>
77+
<version>2.3</version>
7878
</dependency>
7979
</dependencies>
8080

0 commit comments

Comments
 (0)