Pages with te same name as the servlet context will generate a 404
------------------------------------------------------------------
Key: MAGNOLIA-2013
URL: http://jira.magnolia.info/browse/MAGNOLIA-2013
Project: Magnolia
Issue Type: Bug
Components: core
Affects Versions: 3.5.3
Reporter: Ralf Hirning
Assignee: Philipp Bracher
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------