Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.6.1
-
None
-
None
Description
DefaultUrlNormalizer's tests only cover absolute URLs. Extending the tests to relative URI references (as suggested by MNG-6535) suggests an edge case of "a/../" that should be normalized to the empty string, but which is left unchanged.
This input should either be rejected, or the behaviour documented or fixed.
Attachments
Issue Links
- relates to
-
MNG-6535 Improve test coverage of org.apache.maven.model.path.DefaultUrlNormalizer
- Closed