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.
Version: unspecified
Severity: enhancement
Details- Reference
- bz59660
Related ObjectsEvent Timeline
Comment ActionsChange 105486 had a related patch set uploaded by Catrope:
Add multipart/form-data emulation to ve.init.mw.Target#ajax
Comment ActionsChange 105486 merged by jenkins-bot:
Add multipart/form-data emulation to ve.init.mw.Target#apiRequest
Details
- Reference
- bz59660
Related ObjectsEvent Timeline
Comment ActionsChange 105486 had a related patch set uploaded by Catrope:
Add multipart/form-data emulation to ve.init.mw.Target#ajax
Comment ActionsChange 105486 merged by jenkins-bot:
Add multipart/form-data emulation to ve.init.mw.Target#apiRequest
Related Objects
Event Timeline
Comment Actions
Change 105486 had a related patch set uploaded by Catrope:
Add multipart/form-data emulation to ve.init.mw.Target#ajax
Comment Actions
Change 105486 merged by jenkins-bot:
Add multipart/form-data emulation to ve.init.mw.Target#apiRequest