https://issues.apache.org/bugzilla/show_bug.cgi?id=54055
Priority: P2
Bug ID: 54055
Assignee: [email protected]
Summary: View Results tree: = signs are stripped from parameter
values at HTTP tab
Severity: minor
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 2.8
Component: Main
Product: JMeter
I have HTTP request in JMeter with POST method. It has parameter with value set
to ${token} and HTTP header manager with a single header with value set to
${token} too.
For testing I added View Results Tree listener.
In Request tab at Raw view:
HTTP header is:
token: bu4m1KzFvsozCnR4lra0+e69YzpnRcF09nDjc3VJvl8=
POST data is:
token=bu4m1KzFvsozCnR4lra0%2Be69YzpnRcF09nDjc3VJvl8%3D
At HTTP tab:
HTTP header is:
bu4m1KzFvsozCnR4lra0+e69YzpnRcF09nDjc3VJvl8=
POST data is:
bu4m1KzFvsozCnR4lra0+e69YzpnRcF09nDjc3VJvl8
Note that = sign is omitted at the end of token at HTTP tab in POST data.
This issue was at first reported in
http://stackoverflow.com/questions/13082550/jmeter-for-pages-having-dynamic-token.
I reproduced it with amount of information specified there.
--
You are receiving this mail because:
You are the assignee for the bug.