blob: 024831d501bd8002e027b4834819ac24f987bd48 [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
BackgroundServletStarterFilter.label = Apache Sling Background Requests Filter
BackgroundServletStarterFilter.description = ServletFilter that runs \
requests in the background if a specific request parameter is set \
to true.
JobConsoleImpl.label = Apache Sling Background Jobs Console
JobConsoleImpl.description = Provides a simple API to manage background jobs.
console.plugin.active.name = Console plugin active?
console.plugin.active.description = Turn the Felix Web Console JobConsole \
plugin on or off.
background.parameter.name.name = Background request parameter name
background.parameter.name.description = Requests run in the background \
if this request parameter is set to true.
JobStorage.label = Apache Sling Background Requests Job Storage Service
JobStorage.description = Stores job state and output for requests running \
in the background.
job.storage.path.name = Job Storage Base Path
job.storage.path.description = Path under which job state is stored in \
the repository.
ExecutionEngineImpl.label = Apache Sling Execution Engine for Background Requests
ExecutionEngineImpl.description = Used to run requests in the background
core.pool.size.name = Core ThreadPoolExecutor size
core.pool.size.description = See ThreadPoolExecutor documentation for more info.
max.pool.size.name = Maximum ThreadPoolExecutor size
max.pool.size.description = See ThreadPoolExecutor documentation for more info.
keep.alive.time.seconds.name = Keep alive time for ThreadPoolExecutor (seconds)
keep.alive.time.seconds.description = See ThreadPoolExecutor documentation for more info.
allowed.http.methods.name = HTTP methods that can start background jobs
allowed.http.methods.description = List of allowed HTTP methods for starting background \
jobs. Including GET and HEAD is not recommended, background jobs are not meant to be \
used for this "safe" category of HTTP methods.