Need new TCK tests for URI Path Canonicalization
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 325
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
Servlet 6.0 had a [clarification](https://github.com/jakartaee/servlet/issues/18) for the decoding and normalization of URI paths
As a result, section [3.5.2 URI Path Canonicalization](https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0.html#uri-path-canonicalization) was added to Servlet 6.0 Specification
However, there is no TCK test in this area.
Greg had a unit [test](https://github.com/jakartaee/servlet/pull/424/files#diff-3b91797f499f51f1a03597a1dc3b80108e8c667416ef3306746c6535ab86d058) but I think a formal TCK is needed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read Servlet 6.0 section 3.5.2, then inspect Greg's linked unit test and the referenced pull request. Add formal TCK coverage for URI path decoding and normalization, with completion shown by tests covering the clarification's canonicalization cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100