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

Fix sign for OK: decode is not needed and break sign for special cases #998

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PhantomYdn
Copy link

For an unknown reasons, OK signature was using URL decode while the actual value is already decoded. It leads to the situation when value indeed contains special symbols that can be decoded - signature becomes broken.

PR fixes this and add few sub test cases to validate that.

P.S. Code was not re-indented after try deletion: just to re-highlight actual change.

PhantomYdn referenced this pull request in OrienteerBAP/OPoster Jan 31, 2021
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

1 participant