Bug 54055 - View Results tree: = signs are stripped from parameter values at HTTP tab
Summary: View Results tree: = signs are stripped from parameter values at HTTP tab
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: PC All
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 08:51 UTC by Andrey Botalov
Modified: 2012-10-26 21:24 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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