We use a third party custom client which sometimes sends cookie string with extra ; in between.
eg: a=b; c=d;; e=f; The cookies are being parsed in werkzeug as '; e' = 'f' instead of 'e' = 'f'. I think the cookie parse regex needs to be fixed. I wrote a simple test script in PHP and sent it the same cookie string. It parsed all 3 cookies correctly. Is there any way to fix this? -- Email Disclaimer: http://www.snstech.com/disclaimer.html -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
