This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Grzegorz Sikorski
Recipients Grzegorz Sikorski, SilentGhost
Date 2016-10-12.10:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476268155.84.0.103684044639.issue28378@psf.upfronthosting.co.za>
In-reply-to
Content
I attach example express/nodejs server which by default returns a cookie with the comma (see expiry time format). The output from the python test file I posted in previous message is:
```
python test.py 
cookie1=exampleCookie; Path=/, cookie2=cookie%20with%20comma; Max-Age=60; Path=/; Expires=Wed, 12 Oct 2016 10:24:06 GMT; HttpOnly; Secure
###################
X-Powered-By: Express
Set-Cookie: cookie1=exampleCookie; Path=/
Set-Cookie: cookie2=cookie%20with%20comma; Max-Age=60; Path=/; Expires=Wed, 12 Oct 2016 10:24:06 GMT; HttpOnly; Secure
Date: Wed, 12 Oct 2016 10:23:06 GMT
Connection: close
Content-Length: 0
```
History
Date User Action Args
2016-10-12 10:29:15Grzegorz Sikorskisetrecipients: + Grzegorz Sikorski, SilentGhost
2016-10-12 10:29:15Grzegorz Sikorskisetmessageid: <1476268155.84.0.103684044639.issue28378@psf.upfronthosting.co.za>
2016-10-12 10:29:15Grzegorz Sikorskilinkissue28378 messages
2016-10-12 10:29:15Grzegorz Sikorskicreate