#394 closed defect (fixed)
Redirects and multiple name= pairs
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
When it does a redirect from /page to /page/, and the querystring contains a=1&a=2
, then it only sends a=1
on the redirect.
/page?a=1&a=2
becomes /page/?a=1
Note:
See TracTickets
for help on using tickets.
a=` should be a=1 in the above comment. And also this ticket was from me.