[opencms-dev] Problems with the write support in webdav

Christian Steinert christian_steinert at web.de
Tue Feb 24 11:52:07 CET 2009


Have you checked, if the user that you use for the webdav access has 
write permissions for these files and folders?

Also, make sure that you mount the permission as writable with davfs.
in other words:
  mount -rw ...

Best Regards
Christian
> I have been using opencms for some time and I found some problems using the
> webdav feature. There is a previous post in this mail-list (
> http://lists.opencms.org/pipermail/opencms-dev/2008q3/030594.html) with the
> same problem.
>
> I can mount the webdav "partition" with davfs2 and the windows shared
> folders but I can not create or modify any file. I have these lines in the
> web.xml file:
>
>     <servlet>
>         <description>
>             Creates an access to OpenCms through WebDAV.
>         </description>
>         <servlet-name>OpenCmsWebDavServlet</servlet-name>
>         <servlet-class>org.opencms.webdav.CmsWebdavServlet</servlet-class>
>         <init-param>
>           <param-name>listings</param-name>
>           <param-value>true</param-value>
>         </init-param>
>         <init-param>
>           <param-name>readonly</param-name>
>           <param-value>false</param-value>
>         </init-param>
>         <init-param>
>           <param-name>repository</param-name>
>           <param-value>standard</param-value>
>         </init-param>
>     </servlet>
>
> Nevertheless I only have read permission on the wevdav "partition".
>
> Is there any problem with my configuration? Thank you in advance.
>
>   
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20090224/4a4cf020/attachment.htm>


More information about the opencms-dev mailing list