Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Cookie values being quoted even if URL-Encoded

Hi,

I have the effect that cookie values in the Set-Cookie header are being quoted even if my cookie-value is URL-encoded. The issue seems to be the constant __COOKIE_DELIM in the file HttpFields. The constant contains the character '%'. After the specification '%' is allowed in a non-quoted cookie value string. If it is not allowed, then it is impossible to send a version 0 cookie URL-encoded.
What is the reason for '%' being contained in the constant? Could this be changed in a future version of Jetty?

Best regards,
Stefan Wolf

Back to the top