https://issues.apache.org/bugzilla/show_bug.cgi?id=56861
Bug ID: 56861
Summary: Should not ignore invalid configuration option name
Product: JMeter
Version: 2.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Dear JMeter developers,
I have been using JMeter for a while and find the following problem very
annoying: JMeter simply ignore invalid (i.e., mis-spelled) configuration option
name silently without notifying its users.
For example, if I want to change the output format, I specify the following
configuration in its jmeter.properties file:
jmeter.save.saveservice.output_format=xml
However, if i type:
jmeter.save.saveservice.outtttttttttttttput_format=xml
JMeter silently ignores this invalid option, but I thought I have already
successfully set this option. Missing such validity checking can sometimes
cause hard-to-debug problem. Hope this can be fixed in the new release.
Thanks
-Sai
--
You are receiving this mail because:
You are the assignee for the bug.