Quote cookie values when accepting them, and unquote them when
receiving them. This is required to comply with the spec for cookies, which requires escaping of at least : and blank spaces. I changed the setCookie routine in both BaseResponse and HTTPResponse to keep them indentical. Since they *are* identical, one would think that one of them could be eliminated.
Showing
Please register or sign in to comment