jmeter.save.saveservice.url doesn't work in 5.6.3
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
### Expected behavior
[https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config](https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config) states that `jmeter.save.saveservice.url` is `false` by default, so no URL should be written in result files.
### Actual behavior
The URL is included in result files, also if `jmeter.save.saveservice.url=false` is written in the `user.properties` file. As a comparison, the setting was effective in v. 5.4.3.
### Steps to reproduce the problem
Make a test plan with an **HTTP Request** sampler inside a thread group and a **Summary Report** listener with the `Filename` property set to a CSV file.
Run the test plan from the command line. The result files will contain the URL for each request.
### JMeter Version
5.6.3
### Java Version
openjdk version "17.0.13" 2024-10-15 LTS
### OS Version
Amazon Linux 2023
Contributor guide
Assessment
This issue has not been assessed yet.