https://bugzilla.wikimedia.org/show_bug.cgi?id=26081
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> 2010-11-23 16:58:05 UTC --- It just so happens that mw.iFrameTransport.js line 94 uses a temporary variable called json without declaring it, which results in it leaking into the global scope. This is bad style, but allowed me to get the server's response: >>> json "{ "upload": { "result": "Warning", "warnings": { "exists": "Badtoken.png" }, "sessionkey": "frex7j7se8avvfo2pmmt5t643h10zki" } } " -- 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
