Commit Graph

3 Commits

Author SHA1 Message Date
Evan
dae914ed6f test(extensions): annotate local test vars flagged by codeant review
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 21:06:51 -07:00
Evan
1eba1443e1 fix(extensions): keep cache middleware in sync with nested asset paths + evict stale watcher hashes
- Widen _ASSET_PATH_RE so nested extension asset paths (now allowed by the
  <path:file> route) still get Vary: Cookie stripped
- Evict _file_hashes entries on delete/move-out so the watcher's hash index
  doesn't grow unbounded as hashed chunk filenames churn across rebuilds
- Extract _handle_moved to keep on_any_event under the complexity limit
- Add unit tests for both behaviors

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 10:39:25 -07:00
Michael S. Molina
a06e6ea19b fix(extensions): add cache headers and strip Vary: Cookie for extension static assets (#40120)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 09:23:39 -03:00