eclipse-ee4j / eclipse-ee4j/jersey
A switch to not ignore trailing slash in URLs
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
The JAX-RS URL matching is broken by design, because it treats URL with and without trailing slash as equivalent, as evidenced in https://github.com/jakartaee/rest/issues/468. The JAX-RS contributors seem to be unwilling to address this elephant in the room.
Could Jersey implement a config property to toggle this behavior off?
Contributor guide
Assessment
This issue has not been assessed yet.