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

--- Comment #2 from Daniel Friesen <[email protected]> ---
(In reply to comment #1)
> What is the actual issue here?

The \ in our edit token is intended to be output into the page as \". It's a
protection against badly written proxies. These proxies strip the \ turning \"
into " (which could break the content).

However when `$wgWellFormedXml = false;` is set it changes to value=+\. Which
means that " is no longer present and it will no longer trip up the badly
written proxies.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to