#394 closed defect (fixed)
Redirects and multiple name= pairs
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.