Almost everywhere (constructors, equals(), hashCode(), CookieHeaderDelegate) it's OK to have a null value for a NewCookie (or Cookie), but NewCookieHeaderDelegate throws a NullPointerException in this case.
This is due to eventually calling MediaTypeHeaderDelegate.quoted() with a null value, where that methods calls getCharArray() on its argument without null-check.
- clones
-
RESTEASY-1328 NewCookieHeaderDelegate throws if NewCookie value is null
- Closed
- is incorporated by
-
JBEAP-4600 Upgrade Resteasy to 3.0.17.Final
- Closed