matrix-org / matrix.to

A simple stateless privacy-protecting URL redirecting service for Matrix
http://matrix.to
Apache License 2.0
889 stars 189 forks source link

Handle slashes in usernames #229

Open DanilaFe opened 2 years ago

DanilaFe commented 2 years ago

Initial stab at fixing #194. I'm having a hard time figuring out if rooms and room IDs can have slashes, but in the case of user IDs, the situation is pretty simple.

bwindels commented 2 years ago

Oh, I explained badly, but I think the fix would be to url-encode the userid (and any other variable part) when we generate urls.