Skip Menu |

This queue is for tickets about the HTTP-Cookies CPAN distribution.

Report information
The Basics
Id: 78568
Status: resolved
Priority: 0/
Queue: HTTP-Cookies

People
Owner: Nobody in particular
Requestors: HJANSEN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 6.01
Fixed in: (no value)



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.