[
http://jira.magnolia-cms.com/browse/MGNLWEBDAV-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grégory Joseph updated MGNLWEBDAV-15:
-------------------------------------
Description:
When trying to create a folder with non-ascii characters (from a fs-mounted
WebDAV), {{pascaläöü}} in this case:
{code}
2009-10-27 19:16:59,826 INFO info.magnolia.cms.beans.config.MIMEMapping
: Cannot find MIME type for extension "_pascale%CC%80u%CC%88"
2009-10-27 19:17:00.416::WARN:
/magnolia-snapshot-demo/.webdav/resources/folders/
java.lang.RuntimeException: info.magnolia.cms.security.AccessDeniedException:
User not allowed to Read path [/folders/pascale?u?]
at
info.magnolia.module.webdav.LocatorFactory.getResourcePath(LocatorFactory.java:76)
at
org.apache.jackrabbit.webdav.AbstractLocatorFactory.createResourceLocator(AbstractLocatorFactory.java:170)
at
org.apache.jackrabbit.webdav.simple.DavResourceImpl.getMembers(DavResourceImpl.java:564)
at
org.apache.jackrabbit.webdav.MultiStatus.addResourceProperties(MultiStatus.java:64)
at
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.doPropFind(AbstractWebdavServlet.java:447)
at
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.execute(AbstractWebdavServlet.java:235)
{code}
The exception reminds of MAGNOLIA-2098. (this happened while logged in as
superuser)
was:
When trying to create a folder with non-ascii characters (from a fs-mounted
WebDAV), {{pascaläöü}} in this case:
{code}
2009-10-27 19:16:59,826 INFO info.magnolia.cms.beans.config.MIMEMapping
: Cannot find MIME type for extension "_pascale%CC%80u%CC%88"
2009-10-27 19:17:00.416::WARN:
/magnolia-snapshot-demo/.webdav/resources/folders/
java.lang.RuntimeException: info.magnolia.cms.security.AccessDeniedException:
User not allowed to Read path [/folders/pascale?u?]
at
info.magnolia.module.webdav.LocatorFactory.getResourcePath(LocatorFactory.java:76)
at
org.apache.jackrabbit.webdav.AbstractLocatorFactory.createResourceLocator(AbstractLocatorFactory.java:170)
at
org.apache.jackrabbit.webdav.simple.DavResourceImpl.getMembers(DavResourceImpl.java:564)
at
org.apache.jackrabbit.webdav.MultiStatus.addResourceProperties(MultiStatus.java:64)
at
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.doPropFind(AbstractWebdavServlet.java:447)
at
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.execute(AbstractWebdavServlet.java:235)
{code}
The exception reminds of MAGNOLIA-2098.
> Node names aren't validated before creation
> -------------------------------------------
>
> Key: MGNLWEBDAV-15
> URL: http://jira.magnolia-cms.com/browse/MGNLWEBDAV-15
> Project: Magnolia WebDAV Module
> Issue Type: Bug
> Affects Versions: 1.0-m2
> Reporter: Grégory Joseph
> Assignee: Jan Haderka
> Fix For: 1.0
>
>
> When trying to create a folder with non-ascii characters (from a fs-mounted
> WebDAV), {{pascaläöü}} in this case:
> {code}
> 2009-10-27 19:16:59,826 INFO info.magnolia.cms.beans.config.MIMEMapping
> : Cannot find MIME type for extension "_pascale%CC%80u%CC%88"
> 2009-10-27 19:17:00.416::WARN:
> /magnolia-snapshot-demo/.webdav/resources/folders/
> java.lang.RuntimeException: info.magnolia.cms.security.AccessDeniedException:
> User not allowed to Read path [/folders/pascale?u?]
> at
> info.magnolia.module.webdav.LocatorFactory.getResourcePath(LocatorFactory.java:76)
> at
> org.apache.jackrabbit.webdav.AbstractLocatorFactory.createResourceLocator(AbstractLocatorFactory.java:170)
> at
> org.apache.jackrabbit.webdav.simple.DavResourceImpl.getMembers(DavResourceImpl.java:564)
> at
> org.apache.jackrabbit.webdav.MultiStatus.addResourceProperties(MultiStatus.java:64)
> at
> org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.doPropFind(AbstractWebdavServlet.java:447)
> at
> org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.execute(AbstractWebdavServlet.java:235)
> {code}
> The exception reminds of MAGNOLIA-2098. (this happened while logged in as
> superuser)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------