# Configures a static prefix for *DAV-servlets. Defaults to "/servlet/dav" for backwards compatibility.
# 
# The prefix will be considered when the *DAV servlets are registered, as well when constructing paths to 
# *DAV resources and collections that are indicated to clients. The value should be set in accordance with 
# "com.openexchange.dav.proxyPrefixPath" in case the load balancer / proxy in front of the application server 
# forwards or rewrites client requests to a certain path. 
# 
# Otherwise, when no special handling for *DAV requests is configured on the proxy-side, this value may also 
# be set to an arbitrary value like "/dav".
# 
# Cascading: false
# Reloadable: false
# Related: com.openexchange.dav.proxyPrefixPath
# 
# Default: /servlet/dav/
com.openexchange.dav.prefixPath = /servlet/dav/

