Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow slashes in Path Templating segments
According to OAI/OpenAPI-Specification#892 slashes aren't (yet?) supported in path templating parts, so change the Path class to adhere to that. This fixes a problem where declaring the paths `/api/foo/{id}/` and `/api/foo/{id}/quux/` (in that order) would cause the latter route to never be matched.
- Loading branch information