Details
Description
Hi,
From http://www.ietf.org/rfc/rfc2109.txt and http://stackoverflow.com/questions/572482/why-do-cookie-values-with-whitespace-arrive-at-the-client-side-with-quotes
the version 1 cookie look like: name="value with spaces";Max-Age=3600;Path="/";Version=1
NewCookieHeaderProvider.toString(NewCookie) has not handled the special characters(RFC2068) that need around with quotes