Angela Schreiber <[EMAIL PROTECTED]> wrote on 08/15/2006 09:37:19 AM:
> David Kennedy wrote: > > I'm trying to run litmus against my jackrabbit webdav install, but am > > getting a Forbidden response when the litmus begin test attempts to run > > delete and/or mkcol for 'litmus'. Is there something I need to change > > about the litmus tests to run them against jackrabbit? > > you shouldn't have to with the simple server. > after fixing JCR-416 even proppatch is expected > to work without any configuration changes. > > do you run the test with the simple server? > what is the reason for the Forbidden? > > angela > I'm running JCRWebdavServerServlet (not the simple server). The reason for the Forbidden is that the removeMember (for DELETE) is attempted against the RootCollection (tracking down why I'm getting that). Similarly for the addMember (for MKCOL). David