jcricket / gwt-syncproxy

Provides Synchronous and Asynchronous access to GWT-RPC servlets from Java and Android
http://www.blueesoteric.com/open-source/gwt-syncproxy
Apache License 2.0
23 stars 14 forks source link

Cookie functionality is commented #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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