Subject: | Quoting of values when stringifying Cookies |
Other open reports seem to be disregarded but will try anyway:
When stringifying a cookie the utility function
HTTP::Headers::Util::join_header_words is used which will in some cases
add double quotes around the values of key/values pairs in the cookies.
This is especially true for paths.
If, however, this stringified cookies are afterwards parsed again by
HTTP::Cookies::extract_cookies --> HTTP::Cookies::set_cookie these
cookies are rejected because the value for "path" does not start with
"/" (but with '"/').
This might be related to Bug #70721 but I´m not really sure about that.