avarone-github opened a new issue, #6395: URL: https://github.com/apache/jmeter/issues/6395
### 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` files. 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org