Bug 52885 - Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated
Summary: Proxy : Recording issues with HTTPS, cookies starting with secure are partly ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.6
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 11:22 UTC by Philippe Mouawad
Modified: 2012-03-12 11:25 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:22:03 UTC
When recording with proxy an HTTPS site:
- Cookies starting with "secure" are truncated

Specifically, all cookies that start with 'secure' get the word 'secure'
truncated.

Example:
During recording, when the site sets a cookie named 'secure_token', the
cookie that shows up in the browser is '_token'

We tested this with another cookie 'secure_test_cookie', again, the browser
ends up with a cookie called '_test_cookie'. Other cookie names seem
unaffected.
Comment 1 Philippe Mouawad 2012-03-12 11:25:24 UTC
Date: Mon Mar 12 11:24:38 2012
New Revision: 1299630

URL: http://svn.apache.org/viewvc?rev=1299630&view=rev
Log:
Bug 52885 - Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated

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/2776