Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.5.3
-
None
Description
If a top level page has the same name as the servlet context the path will not be calculated correctly because Magnolia tries to remove the context path several times (at least twice). Example: Context = project, then "/project/project.html" will be reduced to ".html".
The context is removed by the Method Path.decodedURI(uri, encoding).
We should make sure that this is done only once.
Checklists
Acceptance criteria
Attachments
Issue Links
- is duplicated by
-
MAGNOLIA-2064 404 if a page has the same name as the webapp's context
-
- Closed
-