CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Referer path get corrupted #1254

Closed Wardormeur closed 5 years ago

Wardormeur commented 5 years ago

If you land on /start-dojo and you're not logged-in, you're correctly redirected to /login. However, the params seems to be mingled, resulting in a leading ~ instead of a % What we have : /login?referer=~2Fstart-dojo What we should have: /login?referer=%2Fstart-dojo Suspects are : angular 1, double "encoding" (from Vuejs to ng1), double "encoding" (hapiJs)