jcricket/gwt-syncproxy

Cookie functionality is commented

Closed this issue · 2 comments

In RemoteServiceSyncProxy.java you have 2 lines commented:

140:// connectionManager.getCookieManager().setCookies(connection);
147:// connectionManager.getCookieManager().storeCookies(connection);

This causes an issue when you run multiple threads within JMeter.

After I've uncommented those two lines, my test plan started working as 
expected.

Original issue reported on code.google.com by ghimus on 13 Apr 2011 at 12:58

[deleted comment]
It appears these two lines were removed from the source in r22 back on Nov 14, 
2010, so their usage is no longer relevant to the current source base. If this 
is still an issue in the current library, please open a new issue. Otherwise, 
pending cookie issues are expected to be tested and resolved in the 0.6 release 
(see the [Roadmap] wiki.

Original comment by p.pr...@blueesoteric.com on 9 Jan 2015 at 8:57

  • Changed state: Stale