https://bugzilla.wikimedia.org/show_bug.cgi?id=41218
--- Comment #2 from Liangent <[email protected]> 2012-11-20 05:50:25 UTC --- (In reply to comment #1) > 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. Nope. Path and query are two different parts in URL, and always split by the first question mark as defined in RFC. See http://tools.ietf.org/html/rfc3986#section-3.3 -- 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
