X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fmodules%2Forg.argeo.server.jackrabbit.webapp%2FWEB-INF%2Fweb-orig.xml;fp=server%2Fmodules%2Forg.argeo.server.jackrabbit.webapp%2FWEB-INF%2Fweb-orig.xml;h=0000000000000000000000000000000000000000;hb=e1465ec8281ad7eb0c04175f839cc06dc00703a4;hp=a8e5fdd8fc99d138acd2db6e054cdd4d32187fd7;hpb=cc6e92bcbc8ec296efb63d3db05ad83a72eb8c28;p=lgpl%2Fargeo-commons.git diff --git a/server/modules/org.argeo.server.jackrabbit.webapp/WEB-INF/web-orig.xml b/server/modules/org.argeo.server.jackrabbit.webapp/WEB-INF/web-orig.xml deleted file mode 100644 index a8e5fdd8f..000000000 --- a/server/modules/org.argeo.server.jackrabbit.webapp/WEB-INF/web-orig.xml +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - Jackrabbit JCR Server - - - - - - - - - - - - - - - - - - - - - - - - Repository - - This servlet provides other servlets and jsps a common way to access - the repository. The repository can be accessed via JNDI, RMI or Webdav. - - org.apache.jackrabbit.j2ee.RepositoryAccessServlet - - - bootstrap-config - jackrabbit/bootstrap.properties - - Property file that hold the same initialization properties than - the init-params below. If a parameter is specified in both - places the one in the bootstrap-config wins. - - - - - - - - - - 3 - - - - - - - Webdav - - The webdav servlet that connects HTTP request to the repository. - - org.apache.jackrabbit.j2ee.SimpleWebdavServlet - - - resource-path-prefix - /repository - - defines the prefix for spooling resources out of the repository. - - - - - - - - resource-config - /WEB-INF/config.xml - - Defines various dav-resource configuration parameters. - - - 4 - - - - - - - JCRWebdavServer - - The servlet used to remote JCR calls over HTTP. - - org.apache.jackrabbit.j2ee.JcrRemotingServlet - - missing-auth-mapping - - - Defines how a missing authorization header should be handled. - 1) If this init-param is missing, a 401 response is generated. - This is suiteable for clients (eg. webdav clients) for which - sending a proper authorization header is not possible if the - server never sent a 401. - 2) If this init-param is present with an empty value, - null-credentials are returned, thus forcing an null login - on the repository. - 3) If this init-param has a 'user:password' value, the respective - simple credentials are generated. - - - - - - resource-path-prefix - /server - - defines the prefix for spooling resources out of the repository. - - - - - - batchread-config - /WEB-INF/batchread.properties - JcrRemotingServlet: Optional mapping from node type names to default depth. - - 5 - - - - - - - - - - - - - Webdav - /repository/* - - - JCRWebdavServer - /server/* - - - - - - - index.jsp - - - - org.apache.jackrabbit.j2ee.JcrApiNotFoundException - /error/classpath.jsp - - - javax.jcr.RepositoryException - /error/repository.jsp - - -