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 _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
