From: Weinan Li <we...@re...> - 2016-05-05 08:08:19
|
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, Craig Ching <cra...@gm...> wrote: > > 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 > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-users |