Opened 12 years ago
Last modified 11 years ago
#627 new defect
URL redirect after login breaks with URL encoded characters
Reported by: | Jef van Schendel | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
- I visited a page at "/u/schendje/m/livingcolors-%2B-wires/"
- I logged in
- I was redirected to an error page at "/u/schendje/m/livingcolors-%252B-wires/"
As you can see, it URL encoded the already URL encoded character, breaking the URL. (I hope I used the right terms.)
Note:
See TracTickets
for help on using tickets.
(FWIW, I'm pretty sure this refers to the login page you get when you try to leave a comment, and not using the Log In button.)
I could not reproduce this from git as of 16ef14ba41f581ed950ae319f363e90540b2cbd7. I visit media with %2B in the URL, click the comment button, and the
next
field is commented properly on the login page. When I submit the login, I'm happily whisked back to the media page.