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

       Web browser: ---
            Bug ID: 59660
           Summary: VisualEditor: Use multipart/form-data encoding when
                    POSTing HTML
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: MediaWiki integration
          Assignee: roan.katt...@gmail.com
          Reporter: roan.katt...@gmail.com
                CC: jforres...@wikimedia.org, jh...@wikimedia.org,
                    krinklem...@gmail.com, roan.katt...@gmail.com,
                    ryasm...@wikimedia.org, tpars...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

Per Gabriel's report via email, when VE POSTs HTML, it uses
multipart/x-www-urlencoded to encode the POST body, which results in a lot of
URL-encoding of special characters (especially <>") in the HTML. We should
instead use multipart/form-data , which is more efficient for such large POST
bodies with many special characters.

TODO: Figure out how to tell the browser to use this encoding when sending an
AJAX request.

-- 
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