Bug 54055

Summary: View Results tree: = signs are stripped from parameter values at HTTP tab
Product: JMeter - Now in Github Reporter: Andrey Botalov <botalov.andrey>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: minor CC: botalov.andrey, p.mouawad
Priority: P2    
Version: 2.8   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Andrey Botalov 2012-10-26 08:51:02 UTC
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.
Comment 1 Philippe Mouawad 2012-10-26 21:24:55 UTC
Date: Fri Oct 26 21:05:24 2012
New Revision: 1402663

URL: http://svn.apache.org/viewvc?rev=1402663&view=rev
Log:
Bug 54055 - View Results tree: = signs are stripped from parameter values at HTTP tab
Bugzilla Id: 54055

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/visualizers/RequestViewHTTP.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2961