Files
fizzy/app/models
Jeremy Daer 953942694f Handle MissingEOCD as invalid zip file, not job failure (#2572)
ZipKit::FileReader raises MissingEOCD for truncated, corrupted, or
non-zip files. This exception is a direct StandardError subclass, not
a subclass of InvalidStructure or ReadError, so it escaped as an
unhandled job failure instead of being caught and surfaced to the user.

Broaden the rescue in ZipFile::Reader#initialize to catch ReadError
(parent of InvalidStructure), MissingEOCD, and UnsupportedFeature.
2026-02-18 15:18:56 -08:00
..
2026-02-17 13:57:24 +01:00
2025-12-11 10:25:34 +01:00
2026-02-12 10:29:50 +01:00
2025-12-09 20:24:09 -05:00
2026-02-12 10:29:50 +01:00
2026-02-02 12:36:48 +01:00
2025-12-16 16:44:20 +01:00
2025-12-17 08:56:08 +01:00
2026-02-02 13:38:34 +01:00
2025-11-14 11:44:04 +01:00
2026-02-02 13:38:34 +01:00
2026-02-02 14:08:52 +01:00
2025-11-27 12:34:31 -05:00
2026-02-02 12:36:48 +01:00
2025-07-21 20:11:03 -05:00
2025-11-17 09:11:36 -05:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00
2026-02-03 14:04:54 +01:00