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

Room ID is not properly encoded for URL #111

Closed
waclaw66 opened this issue Feb 25, 2021 · 1 comment
Closed

Room ID is not properly encoded for URL #111

waclaw66 opened this issue Feb 25, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@waclaw66
Copy link

Room ID like !test/v6 🐈️:maunium.net containing / is not encoded properly.
Encoded currently:
_synapse/admin/v1/rooms/!test/v6%20%F0%9F%90%88%EF%B8%8F:maunium.net
It should be:
_synapse/admin/v1/rooms/!test%2Fv6%20%F0%9F%90%88%EF%B8%8F:maunium.net

@awesome-manuel awesome-manuel added the help wanted Extra attention is needed label May 6, 2021
@awesome-manuel
Copy link
Member

Nice example for a unit test...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants