Subramanya Sastry has submitted this change and it was merged. Change subject: Use POST instead of GET for preprocessor requests ......................................................................
Use POST instead of GET for preprocessor requests GET requests have a small URI size limit, and larger template transclusions are bound to get "HTTP Error 414 Request URI too long". Switch preprocessor requests to POST to avoid this. This restores the references section in [[Barack Obama]]. As before, there are still some mis-parsed refs in there (brace/ref tag precedence issue), but at least they render and are protected / not editable for now anyway. Change-Id: If5b621a76ce3bee388e32087903422ad9283a1f2 --- M js/lib/mediawiki.ApiRequest.js 1 file changed, 7 insertions(+), 5 deletions(-) Approvals: Subramanya Sastry: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/35583 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If5b621a76ce3bee388e32087903422ad9283a1f2 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
