Opened 19 years ago
Last modified 17 years ago
#394 closed defect
Redirects and multiple name= pairs — at Initial Version
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
When it does a redirect from /page to /page/, and the querystring contains a=1&a=2, then it only sends a=` on the redirect.
/page?a=1&a=2
becomes:
/page/?a=1
Note:
See TracTickets
for help on using tickets.