Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix incorrect userdata decoding #749

Merged
merged 2 commits into from
Jul 20, 2018
Merged

Fix incorrect userdata decoding #749

merged 2 commits into from
Jul 20, 2018

Conversation

sanderv32
Copy link
Contributor

@sanderv32 sanderv32 commented Jul 19, 2018

Userdata send to Cosmic is not correctly decoded. Base64 padding is converted to %3d which is not base64 compliant. This PR does URI decoding of the userdata before passing it to the base64 decoder.
image

@sanderv32
Copy link
Contributor Author

go build

1 similar comment
@sanderv32
Copy link
Contributor Author

go build

@neubauerf neubauerf merged commit 6c28cc9 into master Jul 20, 2018
@neubauerf neubauerf deleted the fix/userdata branch July 20, 2018 14:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants