https://bugzilla.wikimedia.org/show_bug.cgi?id=26081

Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com> 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to