blob: 34f47d4d56fb691fd2786031805829dc1c4c643f [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
#
# Localizations for JcrResourceResolverFactoryImpl configuration
resource.resolver.name = Resource Resolver
resource.resolver.description = Configures the Resource Resolver for request \
URL and resource path rewriting.
resource.resolver.allowDirect.name = Allow Direct Mapping
resource.resolver.allowDirect.description = Whether to add a direct URL \
mapping to the front of the mapping list.
resource.resolver.virtual.name = Virtual URLs
resource.resolver.virtual.description = List of virtual URLs and there \
mappings to real URLs. Format is <externalURL>-<internalURL>. Mappings are \
applied on the complete request URL only.
resource.resolver.mapping.name = URL Mappings
resource.resolver.mapping.description = List of mappings to apply to URLs. \
Incoming mappings are applied to request URLs to map to Content paths, \
outgoing mappings are applied to map Content paths to URLs used on subsequent \
requests. Form ist <externalURLPrefix><op><internalURLPrefix> where <op> is \
">" for incoming mappings, "<" for outgoing mappings and "-" for mappings \
applied in both directions. Mappings are applied in configuration order by \
comparing and replacing URL prefixes.
resource.resolver.searchpath.name = Resource Search Path
resource.resolver.searchpath.description = The list of absolute path prefixes \
applied to find resources whose path is just specified with a relative path. \
The default value is [ "/apps", "/libs" ]. If an empty path is specified a \
single entry path of [ "/" ] is assumed.