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 via an Apache 
HttpContext?).  I want to take responsibility for managing cookies *completely* 
and do it per request.

I’ve tried playing with ClientRequestFilter, but the cookies don’t show up in 
the headers or the cookies there.  I’m looking at what I can override in the 
ApacheHttpClient4Engine, but it looks like there is no way to specify a context 
per request.

Does anyone have any ideas of other things I could try?  I’m at the point of 
having to drop down to Apache HttpClient directly for my calls, but I don’t 
want to as it’s nice using the JAX-RS Response.

Thanks for any help!

Cheers,
Craig
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to