Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken set_cookie support when more than one cookie is present #2

Closed
ujh opened this issue Aug 17, 2009 · 1 comment
Closed

Broken set_cookie support when more than one cookie is present #2

ujh opened this issue Aug 17, 2009 · 1 comment

Comments

@ujh
Copy link

ujh commented Aug 17, 2009

The joining and splitting of the raw cookie string produces empty elements if the cookie string already contains a newline. The following patch removes these empty entries: http://gist.github.com/169106

@brynary
Copy link
Collaborator

brynary commented Sep 19, 2009

Thanks for the patch, but I believe this is case is already resolved in the latest code, because that method has been changed.

If there's still an issue, can you please put together a failing test and re-open?

Cheers,

-Bryan

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants