blob: 40ba4aa74c1883a5a8691ff6d0e56b4226205de5 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#
# This file contains localization strings for configuration labels and
# descriptions as used in the metatype.xml descriptor generated by the
# the SCR plugin
#
# SlingDavExServlet
# (This servlet is directly registered with the HttpService besides the
# SlingMainServlet. Requests to this servlet do not pass by Sling)
dav.name = Apache Sling DavEx Servlet
dav.description = The DavEx Servlet allows direct access to the \
complete Repository. It is directly accessible in its own URL space and \
requests to this servlet do not pass by the Sling Main Servlet and request \
processing.
dav.create-absolute-uri.name = Use absolute URIs
dav.create-absolute-uri.description = When set to true, create absolute URIs \
in WebDAV responses. Otherwise, use absolute paths. (See RFC 4918, Section 8.3)
alias.name = Root Path
alias.description = The root path at which the DavEx Servlet is \
accessible. The default value is "/server".