Firefogg returns invalid metadata for files with non-ASCII characters in the name. Found a report upstream that is actually about UploadWizard: https://bugs.launchpad.net/firefogg/+bug/1507203. This is a Firefogg bug, but we could probably work around it.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/UploadWizard | master | +10 -0 | mw.FirefoggHandler: Bail on non-ASCII filenames |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Duplicate | matmarex | T136592 Try Firefogg, find out if it's broken and fix it | |||
Resolved | matmarex | T136879 Firefogg returns invalid metadata for files with non-ASCII characters in the name |
Event Timeline
Comment Actions
So… we can't actually work around it. My initial description of "fails explosively" was actually correct. It was just that we were looking at the metadata first and that was also failing, but when I did a workaround in that, it turned out that the actual encode process is also broken.
Comment Actions
Change 292789 had a related patch set uploaded (by Bartosz Dziewoński):
mw.FirefoggHandler: Bail on non-ASCII filenames