Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2013

Pages with te same name as the servlet context will generate a 404

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.6.2, 3.6.3
    • 3.5.3
    • core
    • None

      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.

        Acceptance criteria

              had Jan Haderka
              ralf Ralf Hirning
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD