Details
-
Bug
-
Resolution: Not an issue
-
Neutral
-
None
-
1.1.2
-
None
-
Windows 7
-
-
Empty show more show less
Description
Using magnolia-module-webdav-1.1.2. Performed a clean install of magnolia with the above webdav module. Accessing:
http://localhost:8080/magnoliaAuthor/.webdav/resources
http://localhost:8080/magnoliaAuthor/.webdav/templates
is failing with an HTTP/1.1 403 Forbidden. I can hit:
http://localhost:8080/magnoliaAuthor/.webdav/
where I get a NullPointerException parsing the repository path, i.e.
java.lang.NullPointerException
java.util.regex.Matcher.getTextLength(Matcher.java:1140)
java.util.regex.Matcher.reset(Matcher.java:291)
java.util.regex.Matcher.<init>(Matcher.java:211)
java.util.regex.Pattern.matcher(Pattern.java:888)
info.magnolia.module.webdav.LocatorFactory.getRepositoryPath(LocatorFactory.java:63)
Checklists
Acceptance criteria