Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
MapEntries (in "private String[] getVanityPathDefinition(final String pVanityPath)") currently attempts to detect URL-shaped paths, and rewrite them to a prefix.
There are several issues here:
1. there doesn't seem to be any concrete documentation about this
2. apparently there is no test coverage - removing that code causes no test failures
3. it's unclear whether not replacing an empty string by "/" is intentional