Closed GoogleCodeExporter closed 8 years ago
Thanks for the report, I was not aware of the fact that the client ought to
return the last one.
How ever it's possible to get all cookies if you like, just do e.g. "Cookies
cookies = get("/resource").detailedCookies();". From this "cookies" object you
should be able to get all cookies.
Original comment by johan.ha...@gmail.com
on 25 Sep 2013 at 5:18
This has now been fixed in master, please verify it if you like by depending on
version 1.8.2-SNAPSHOT after having added the following repo:
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots />
</repository>
</repositories>
Original comment by johan.ha...@gmail.com
on 2 Oct 2013 at 6:05
Original issue reported on code.google.com by
da...@blockhausmedien.at
on 24 Sep 2013 at 8:08