Skip to content

Handle malformed feed path encoding#9

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:handle-bad-feed-path-encoding
Jun 12, 2026
Merged

Handle malformed feed path encoding#9
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:handle-bad-feed-path-encoding

Conversation

@phucnguyen1707

Copy link
Copy Markdown
Contributor

Fixes #8.

Summary

  • Return HTTP 400 for malformed percent-encoding in formatted feed discovery paths
  • Keep unexpected errors on the existing server error path
  • Add a CommandBoard API contract regression test for /rss/discover/%E0%A4%A.xml

Tests

  • npm --workspace @logicsrc/commandboard-api run test:contract
  • npm run build

@ralyodio ralyodio merged commit 8f46915 into profullstack:master Jun 12, 2026
5 checks passed
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.

Formatted feed discovery paths return 500 for malformed encoding

2 participants