Page MenuHomePhabricator

INVALID_CHARACTER_ERR (5): the string contains invalid characters
Closed, ResolvedPublic

Description

From http://localhost:8000/wikimediafoundation.org/v3/page/html/L11_ExtraInfo_0902_Y%2Fen%2FUS/67456

What's happening is that there's a registered extension tag <html> on that wiki that's returning garbage. domino parses the returned html just fine but when we get to unpacking the dom, we now use migrating nodes between doms which barfs when trying to adopt the nodes.

Event Timeline

Another case where the lack of extension content sanitization is biting us.

Change 415791 had a related patch set uploaded (by Arlolra; owner: Arlolra):
[mediawiki/services/parsoid@master] Prevent crashing on foundationwiki pages

https://gerrit.wikimedia.org/r/415791

Change 415791 merged by jenkins-bot:
[mediawiki/services/parsoid@master] Prevent crashing on foundationwiki pages

https://gerrit.wikimedia.org/r/415791