Class AbstractWebdavServlet

    • Field Detail

      • INIT_PARAM_MISSING_AUTH_MAPPING

        public static final java.lang.String INIT_PARAM_MISSING_AUTH_MAPPING
        the 'missing-auth-mapping' init parameter
        See Also:
        Constant Field Values
      • INIT_PARAM_CSRF_PROTECTION

        public static final java.lang.String INIT_PARAM_CSRF_PROTECTION
        Name of the parameter that specifies the configuration of the CSRF protection. May contain a comma-separated list of allowed referrer hosts. If the parameter is omitted or left empty the behaviour is to only allow requests which have an empty referrer or a referrer host equal to the server host. If the parameter is set to 'disabled' no referrer checks will be performed at all.
        See Also:
        Constant Field Values
      • INIT_PARAM_CREATE_ABSOLUTE_URI

        public static final java.lang.String INIT_PARAM_CREATE_ABSOLUTE_URI
        Name of the 'createAbsoluteURI' init parameter that defines whether hrefs should be created with a absolute URI or as absolute Path (ContextPath). The value should be 'true' or 'false'. The default value if not set is true.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractWebdavServlet

        public AbstractWebdavServlet()
    • Method Detail

      • getDavSessionProvider

        public abstract DavSessionProvider getDavSessionProvider()
        Returns the DavSessionProvider.
        Returns:
        the session provider
      • setDavSessionProvider

        public abstract void setDavSessionProvider​(DavSessionProvider davSessionProvider)
        Returns the DavSessionProvider.
        Parameters:
        davSessionProvider -
      • getLocatorFactory

        public abstract DavLocatorFactory getLocatorFactory()
        Returns the DavLocatorFactory.
        Returns:
        the locator factory
      • setLocatorFactory

        public abstract void setLocatorFactory​(DavLocatorFactory locatorFactory)
        Sets the DavLocatorFactory.
        Parameters:
        locatorFactory -
      • getResourceFactory

        public abstract DavResourceFactory getResourceFactory()
        Returns the DavResourceFactory.
        Returns:
        the resource factory
      • setResourceFactory

        public abstract void setResourceFactory​(DavResourceFactory resourceFactory)
        Sets the DavResourceFactory.
        Parameters:
        resourceFactory -