https://bz.apache.org/bugzilla/show_bug.cgi?id=58413
Bug ID: 58413
Summary: ViewResultsTree : Request HTTP Renderer does not show
correctly parameters that contain &
Product: JMeter
Version: 2.13
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
For a request like this:
GET http://localhost:8081/?login=toto1&pwd=Welcome%261
Welcome%261 being the encoding of Welcome&1
HTTP Renderer will show in parameters table:
1
pwd Welcome
login toto1
This is due to this line:
https://github.com/apache/jmeter/blob/trunk/src/protocol/http/org/apache/jmeter/protocol/http/visualizers/RequestViewHTTP.java#L194
This case was reported here:
http://stackoverflow.com/questions/32567037/jmeter-why-jmeter-ignores-from-csv/
--
You are receiving this mail because:
You are the assignee for the bug.