Skip to content

Handle malformed feed path encoding#9

Open
phucnguyen1707 wants to merge 1 commit into
profullstack:masterfrom
phucnguyen1707:handle-bad-feed-path-encoding
Open

Handle malformed feed path encoding#9
phucnguyen1707 wants to merge 1 commit into
profullstack:masterfrom
phucnguyen1707:handle-bad-feed-path-encoding

Conversation

@phucnguyen1707

Copy link
Copy Markdown

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

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

1 participant