Re: [Resteasy-users] Setting cookies per request in Resteasy Client

2016-09-09 Thread Jim Ma
().httpEngine(engine).build(); //clear cookie context.getCookieStore().clear(); Response response = client.target(url).request().post(entity); Cheers, Jim Messaggio Inoltrato Oggetto:[Resteasy-users] Setting cookies per request in Resteasy Client Data: Mon, 11 Apr 2016 09:54

Re: [Resteasy-users] Setting cookies per request in Resteasy Client

2016-05-05 Thread Weinan Li
Hi Craig, We depreated this mailing list, please start to use the new ones: https://lists.jboss.org/mailman/listinfo/resteasy-dev https://lists.jboss.org/mailman/listinfo/resteasy https://lists.jboss.org/mailman/listinfo/resteasy-commits -- Weinan Li / JBoss > On Apr 11, 2016, at 10:54 PM,

[Resteasy-users] Setting cookies per request in Resteasy Client

2016-04-11 Thread Craig Ching
Hi, I’m having problems managing cookies in the Resteasy Client. It seems like when a “Set-Cookie” is returned from a server, that there is no way to clear that cookie on a new request. Essentially, it appears that the cookies are set on the client and not on the individual invocation (maybe