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

Prevents generating cookies that contain commas #663

Merged
merged 1 commit into from May 16, 2019

Conversation

heymackey
Copy link
Contributor

Summary of changes

Prevents Distillery from generating cookies that contain commas. In our experience with a cookie that contained a comma, our nodes had issues connecting. When we replaced the comma with another character, the nodes were able to connect properly.

Checklist

  • New functions have typespecs, changed functions were updated
  • Same for documentation, including moduledocs
  • Tests were added or updated to cover changes
  • Commits were squashed into a single coherent commit

Licensing/Copyright

By submitting this PR, you agree to the following statement, please read before submission!

I certify that I own, and have sufficient rights to contribute, all source code and
related material intended to be compiled or integrated with the source code for Distillery
(the "Contribution"). My Contribution is licensed under the MIT License.

@bitwalker
Copy link
Owner

Wow, can't believe we've never hit that before! Thanks for the PR!

@bitwalker bitwalker merged commit 4776b59 into bitwalker:master May 16, 2019
@heymackey heymackey deleted the prevent-commas-in-cookies branch May 16, 2019 18:49
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

Successfully merging this pull request may close these issues.

None yet

2 participants