Hello,
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 :
If I understand, I think this is a CXF bug (link CXF-6451
<https://issues.apache.org/jira/browse/CXF-6451> ) but normally this one
have been fixed on 3.1.2 version for NewCookieHeaderProvider.java class.
But JAXRS Tomee implementation use CookieHeaderProvider (that hasn't the
fix) and not the NewCookieHeaderProvider class.
Any help would be much appreciated to find a clean workaround
Regards
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/JAX-RS-with-httpOnly-cookie-an-CXF-bug-tp4677643.html
Sent from the TomEE Users mailing list archive at Nabble.com.