Should I be able to do a PUT against SimpleWebdavServlet, or is it
just read-only access?
On Feb 15, 2007, at 2:40 AM, Angela Schreiber wrote:
hi
please use the 'simple' server (SimpleWebdavServlet) if
you are looking for webdav functionality.
the jcr-server is design for completeley different
purpose (i.e. remoting of jcr-calls via webdav) and
you won't find there the common webdav behaviour you
are probably looking for.
regards
angela
Noah Vihinen wrote:
When putting files into the repository using the JCRWebdavServer
servlet, it always attempts to add them as a BINARY property onto
the specified node. I was expecting the servlet to create a
nt:file node with a sub nt:resource node. Is there something I
haven't configured correctly?