jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
261 stars 85 forks source link

Need new TCK tests for URI Path Canonicalization #532

Open pmd1nh opened 1 year ago

pmd1nh commented 1 year ago

Servlet 6.0 had a clarification for the decoding and normalization of URI paths

As a result, section 3.5.2 URI Path Canonicalization was added to Servlet 6.0 Specification

However, there is no TCK test in this area.

Greg had a unit test but I think a formal TCK is needed.