Description
If the Cookie header contains $ character the method getCookies in org.apache.cxf.jaxrs.impl.HttpHeadersImpl in line 113 fails to parse the individual cookies and returns the complete string as one cookie. Values with ; character will possibly fail to in the current implementation.