blob: de8962ea9233f7ac9a081e14872043922dd9ad69 [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.root.name = Root Path
dav.root.description = The root path at which the DavEx Servlet is \
accessible. The default value is "/server".
dav.realm.name = Authentication Realm
dav.realm.description = The name of the HTTP Basic Authentication Realm \
presented to the client to ask for authentication credentials to access the \
repository.