David Kennedy wrote:
I'm running JCRWebdavServerServlet (not the simple server).
hm. this doesn't make sense from my point of view. litmus expects that a MKCOL can be performed without request body, that a simple file can be created and modified and last but not least that any kind of properties can be set and removed and reset. the simple server was built keeping dav compliance in mind. in contrast this was never the aim for the jcr-server. the aim of the jcr-server was and is - as i keep pointing out - to allow remoting of jcr calls via webdav. this is a different thing and complete dav compliance was never the goal. example: MKCOL is used to call Node.addNode(). Under certain conditions providing a jcr name only might not be sufficient and a nodetype name must be specified. this would be done by building a request body. the differences between simple and jcr-server have been explained various times in the dev list and a summary is also present in the index.jsp. regards angela