Re: how to set Keep-Alive , client using ssl

2016-02-20 Thread Rubin
hi, thanks for your response, the problem is that I don't want to use spring. in addition, now I see that the server got my request. can I ignore this exception? thanks! -- View this message in context: http://cxf.547215.n5.nabble.com/how-to-set-Keep-Alive-client-using-ssl-tp5765983p5766084.

JAX-RS CookieHeaderProvider with httpOnly cookie doesn't work

2016-02-20 Thread cc75005++
Hello, With Tomee 7.00-M1 (cxf 3.1.3) , If I send a request with an httponly cookie on my rest service, I receive an IllegalArgumentException("Cookie is malformed : " + c) when I call requestContext.getCookies(). Please find my container request filter implementation : The CXF-6451