You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/03/12 12:22:03 UTC

DO NOT REPLY [Bug 52885] New: Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated

https://issues.apache.org/bugzilla/show_bug.cgi?id=52885

             Bug #: 52885
           Summary: Proxy : Recording issues with HTTPS, cookies starting
                    with secure are partly truncated
           Product: JMeter
           Version: 2.6
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: issues@jmeter.apache.org
        ReportedBy: p.mouawad@ubik-ingenierie.com
    Classification: Unclassified


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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52885] Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52885

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> 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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.