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

Brad Jorsch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
            Summary|Chunked upload of large     |Chunked upload of SVGs
                   |SVGs (~70mb) triggers       |triggers INVALIDXML
                   |INVALIDXML exception, but   |exception, but file is
                   |file is valid               |valid
     Ever confirmed|0                           |1

--- Comment #7 from Brad Jorsch <[email protected]> ---
It isn't anything unique to large SVGs, any SVG will trigger this problem. I've
been testing locally with SVGs like the following (and very small chunks):

 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg xmlns="http://www.w3.org/2000/svg"; version="1.1" width="189"
height="31"><defs/><text x="9" y="21"
style="font-size:15px;fill:#000000;stroke:none;font-family:DejaVu Sans
Mono">2014-10-03 14:51:00</text></svg>

Fixing it from a technical perspective is easy enough (as suggested, the
specific check here should be done from verifyFile() rather than
verifyPartialFile()), but I'm not sure it'll pass security review. Let's try.

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