https://bugzilla.wikimedia.org/show_bug.cgi?id=41218
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low CC| |[email protected] Component|General |JS/token-stream transforms --- Comment #1 from Gabriel Wicke <[email protected]> 2012-11-20 05:20:26 UTC --- Do you expect the question mark to be percent-encoded? I guess browsers are free to use percent encoding for anything vaguely dangerous (and are also free to percent-decode HTML href attributes), so it is probably up to the server implementation to handle the fun a?b?action=edit case properly by splitting on the last question mark. Could be wrong though, did not investigate this very deeply. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
