Annotation Type SlingDavExServlet.Config

Enclosing class:
SlingDavExServlet

public static @interface SlingDavExServlet.Config
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of the property to configure the location for the DavEx servlet registration.
    boolean
    Name of the property to configure whether absolute URIs (true) or absolute paths (false) are generated in responses.
    defines the Protected handlers for the Jcr Remoting Servlet
  • Element Details

    • alias

      String alias
      Name of the property to configure the location for the DavEx servlet registration. Default for the property is SlingDavExServlet.DEFAULT_DAV_ROOT.
      Default:
      "/server"
    • dav_create$_$absolute$_$uri

      boolean dav_create$_$absolute$_$uri
      Name of the property to configure whether absolute URIs (true) or absolute paths (false) are generated in responses. Default for the property is true.
      Default:
      true
    • dav_protectedhandlers

      String dav_protectedhandlers
      defines the Protected handlers for the Jcr Remoting Servlet
      Default:
      "org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler"