Annotation Type SlingDavExServlet.Config
- Enclosing class:
- SlingDavExServlet
public static @interface SlingDavExServlet.Config
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionName 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 aliasName of the property to configure the location for the DavEx servlet registration. Default for the property isSlingDavExServlet.DEFAULT_DAV_ROOT
.- Default:
- "/server"
-
dav_create$_$absolute$_$uri
boolean dav_create$_$absolute$_$uriName 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_protectedhandlersdefines the Protected handlers for the Jcr Remoting Servlet- Default:
- "org.apache.jackrabbit.server.remoting.davex.AclRemoveHandler"
-