Skip to content

Handle malformed CommandBoard paths#76

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:handle-commandboard-path-encoding
Jun 15, 2026
Merged

Handle malformed CommandBoard paths#76
ralyodio merged 1 commit into
profullstack:masterfrom
phucnguyen1707:handle-commandboard-path-encoding

Conversation

@phucnguyen1707

Copy link
Copy Markdown
Contributor

Fixes #23.

This updates the CommandBoard web server so malformed percent-encoded static paths return a 400 client error instead of falling through as a forbidden/static-path case. I also wrapped the web server creation in an exported helper so the behavior can be tested without binding the production port.

Tested with:

  • npm test --workspace apps/commandboard-web

@ralyodio ralyodio merged commit cb19290 into profullstack:master Jun 15, 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.

CommandBoard web server throws on malformed path encoding

2 participants