Skip to content

Commit dc05215

Browse files
jvangaalenvlsi
authored andcommitted
Revert "Revert "doc: update documentation for sampleresult.default.encoding default value""
This reverts commit 78a51ce.
1 parent 20a50c4 commit dc05215

File tree

3 files changed

+3
-38
lines changed

3 files changed

+3
-38
lines changed

bin/jmeter.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,8 +1101,8 @@ csvdataset.file.encoding_list=UTF-8|UTF-16|ISO-8859-15|US-ASCII
11011101
# List of extra HTTP methods that should be available in select box
11021102
#httpsampler.user_defined_methods=VERSION-CONTROL,REPORT,CHECKOUT,CHECKIN,UNCHECKOUT,MKWORKSPACE,UPDATE,LABEL,MERGE,BASELINE-CONTROL,MKACTIVITY
11031103

1104-
# The encoding to be used if none is provided (default ISO-8859-1)
1105-
#sampleresult.default.encoding=ISO-8859-1
1104+
# The encoding to be used if none is provided (default UTF-8 since JMeter 5.6.1)
1105+
#sampleresult.default.encoding=UTF-8
11061106

11071107
# CookieManager behaviour - should cookies with null/empty values be deleted?
11081108
# Default is true. Use false to revert to original behaviour

xdocs/changes.xml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -70,41 +70,6 @@ Summary
7070
Timer relative to start of Thread Group instead of the start of the test.</li>
7171
<li><issue>6357</issue><pr>6358</pr> Ensure writable directories when copying template files while report generation.</li>
7272
</ul>
73-
<ch_section>New and Noteworthy</ch_section>
74-
75-
<ch_section>Improvements</ch_section>
76-
77-
<h3>HTTP Samplers and Test Script Recorder</h3>
78-
<ul>
79-
<li><pr>6010</pr>Use UTF-8 as a default encoding in HTTP sampler. It enables sending parameter names, and filenames with unicode characters</li>
80-
<li><pr>6010</pr>Test Recorder will use UTF-8 encoding by default, so it will infer human-readable arguments rather than percent-encoded ones</li>
81-
</ul>
82-
83-
<ch_section>Non-functional changes</ch_section>
84-
<ul>
85-
<li><pr>6000</pr>Add release-drafter for populating GitHub releases info based on the merged PRs</li>
86-
<li><pr>5989</pr>Use Gradle toolchains for JDK provisioning, enable building and testing with different JDKs, start testing with Java 21</li>
87-
<li><pr>5991</pr>Update jackson-core, jackson-databind, jackson-annotations to 2.15.2 (from 2.15.1)</li>
88-
<li><pr>5993</pr>Update ph-commons to 10.2.5 (from 10.2.4)</li>
89-
<li><pr>6017</pr>Update kotlin-stdlib to 1.8.22 (from 1.8.21)</li>
90-
<li><pr>6020</pr>Update error_prone_annotations to 2.20.0 (from 2.19.1)</li>
91-
<li><pr>6023</pr>Update checker-qual to 3.35.0 (from 3.34.0)</li>
92-
</ul>
93-
94-
<!-- =================== Bug fixes =================== -->
95-
96-
<ch_section>Bug fixes</ch_section>
97-
98-
<h3>Thread Groups</h3>
99-
<ul>
100-
<li><pr>6011</pr>Regression since 5.6: ThreadGroups are running endlessly in non-gui mode: use default value
101-
for LoopController.continue_forever rather than initializing it in the constructor</li>
102-
</ul>
103-
104-
<h3>Other Samplers</h3>
105-
<ul>
106-
<li><pr>6012</pr> Java Request sampler cannot be enabled again after disabling in UI (regression since 5.6)</li>
107-
</ul>
10873

10974
<h3>HTTP Samplers and Test Script Recorder</h3>
11075
<ul>

xdocs/usermanual/properties_reference.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ JMETER-SERVER</source>
13951395
</property>
13961396
<property name="sampleresult.default.encoding">
13971397
The encoding to be used if none is provided.<br/>
1398-
Defaults to: <code>ISO-8859-1</code>
1398+
Defaults to: <code>UTF-8</code> (since 5.6.1)
13991399
</property>
14001400
<property name="CookieManager.delete_null_cookies">
14011401
CookieManager behaviour - should cookies with null/empty values be deleted?<br/>

0 commit comments

Comments
 (0)