yumoqing 0d53a47e65 fix: skip static fast path for /idfile/ virtual paths
/idfile/ files (mp4, etc.) are managed by FileStorage, not disk files.
Static fast path sent them to StaticResource._handle() which crashed
with ERR_INVALID_RESPONSE because the files don't exist on disk.
Added /idfile/ exclusion to route them through normal processor chain.
2026-07-30 14:32:41 +08:00
..
2025-07-16 14:18:40 +08:00
2026-06-27 16:23:07 +08:00
2025-07-16 14:18:40 +08:00
2026-04-25 11:10:58 +08:00
2026-07-14 13:30:20 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2026-07-17 13:33:08 +08:00
2026-06-01 23:26:27 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2025-10-11 12:51:02 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2025-07-18 14:04:03 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2026-05-05 15:31:41 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2026-05-09 17:11:56 +08:00
2025-07-16 14:18:40 +08:00
2025-07-16 14:18:40 +08:00
2025-10-14 14:43:51 +08:00