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

Analyse problems with resource loading on windows

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.4
    • None
    • resource-loader
    • None
    • 5.4 Sprint 4

      The FileSystemOrigin does not work correctly on Windows. The problem is java.nio.Path whose only method for returning a string representation of the path always has system specific path separators. Our resource paths and origins do only work with unix like paths.
      The solution is to use some kind of normaliser like the apache io util FilenameUtils.

        Acceptance criteria

              mmuehlebach Michael Mühlebach
              mmuehlebach Michael Mühlebach
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR