Skip to content

fix: let dynamic routes bypass static assets - #35

Merged
smiggleworth merged 4 commits into
mainfrom
codex/node-adapter-hardening
Aug 24, 2026
Merged

fix: let dynamic routes bypass static assets#35
smiggleworth merged 4 commits into
mainfrom
codex/node-adapter-hardening

Conversation

@smiggleworth

@smiggleworth smiggleworth commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add an assets.exclude(pathname) escape hatch for dotted application routes
  • preserve encoded request URLs while matching exclusions against decoded pathnames
  • share server content-type normalization when available, with compatibility for the current 0.2.0 server surface
  • document and stress-test mixed dynamic/static concurrency
  • cover malformed/oversized raw HTTP input and in-flight shutdown

Verification

  • npm run check
  • 3 test files / 62 tests
  • lint, typecheck, build, publint, and package-artifact checks passed

No package versions or dependency ranges changed. No publish or release workflow was invoked.

@smiggleworth
smiggleworth marked this pull request as ready for review August 24, 2026 14:17
Copilot AI lite review requested due to automatic review settings August 24, 2026 14:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants