Bug 52886 - Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are not always changed
Summary: Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are n...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.6
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 11:28 UTC by Philippe Mouawad
Modified: 2012-03-12 11:30 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2012-03-12 11:28:50 UTC
When Spoofing is activated for HTTPS, the secure flag on cookies is removed.
This replacement has the following issues:
- Case is taken into account (it shouldn't according to ietf)
- Part of words are removed (example secure_token is changed to _token), see 52885
Comment 1 Philippe Mouawad 2012-03-12 11:30:48 UTC
Date: Mon Mar 12 11:29:51 2012
New Revision: 1299631

URL: http://svn.apache.org/viewvc?rev=1299631&view=rev
Log:
Bug 52886 - Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are not always changed

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