-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Do not Escape HTML when encode the cloudfront sign policy #2164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting together this change. Could you please add test cases showing this fix correctly creates a signed URL containing &
characters.
@jasdel This should be good to go... the build failed on a go lint error for go1.8... I think if we re-run the build it should pass. |
Thanks for the update, restarted the build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the test updates an simplifying the go1.6 encodePolicyJSON
.
Fixes #2163