#646 closed task (fixed)
spiffy's cgi handler should preserve query-string formatting where possible
Reported by: | sjamaan | Owned by: | sjamaan |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.7.x |
Keywords: | uri-encoding | Cc: | |
Estimated difficulty: |
Description
Right now it deserializes the querystring. It should probably extract the querystring from the uri-generic object instead to maintain maximum compatibility.
If the user decides to update the query alist, this will break of course, but if everything is just passed along it will work. OTOH, maybe this introduces more confusion? Not sure yet.
Note: See
TracTickets for help on using
tickets.
Fixed in trunk Spiffy.