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 2017/05/30 08:32:21 UTC

[Bug 61133] New: Incorrect default implementation in CookieManager

https://bz.apache.org/bugzilla/show_bug.cgi?id=61133

            Bug ID: 61133
           Summary: Incorrect default implementation in CookieManager
           Product: JMeter
           Version: 3.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: artem.fedorov@blazemeter.com
  Target Milestone: ---

Created attachment 35012
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35012&action=edit
Test plan that reproduces this bug

After fixed https://bz.apache.org/bugzilla/show_bug.cgi?id=60727 you didn't
change the default implementation of CookieHandler in 
 org.apache.jmeter.protocol.http.control.CookieManager#DEFAULT_IMPLEMENTATION
field.  If run

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61133] Incorrect default implementation in CookieManager

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

--- Comment #1 from Artem Fedorov <ar...@blazemeter.com> ---
...If run attached test plan in non-gui mode it generate error sample, because
JMeter try to find HC3CookieHandler class that was dropped. 

I think CookieManager#DEFAULT_IMPLEMENTATION  should refer to
CookiePanel#DEFAULT_IMPLEMENTATION.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61133] Incorrect default implementation in CookieManager

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Resolved within Bug 61135

*** This bug has been marked as a duplicate of bug 61135 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61133] Incorrect default implementation in CookieManager

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

--- Comment #2 from Artem Fedorov <ar...@blazemeter.com> ---
Created attachment 35013
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35013&action=edit
Patch to fix this problem

I created a patch that solves this problem

-- 
You are receiving this mail because:
You are the assignee for the bug.