Normalize tags #998

This commit is contained in:
Greg Wilkins 2016-10-13 10:06:17 +11:00
parent 79a6d3892c
commit 9d475a624b
40 changed files with 40 additions and 40 deletions

View File

@ -1,7 +1,7 @@
[description]
Enables GCloud Datastore API and implementation
[Tags]
[tags]
3rdparty
gcloud

View File

@ -1,7 +1,7 @@
[description]
Control GCloud API classpath
[Tags]
[tags]
3rdparty
gcloud

View File

@ -1,7 +1,7 @@
[description]
Enables GCloudDatastore session management.
[Tags]
[tags]
session
gcloud

View File

@ -1,7 +1,7 @@
[description]
Deploys the Hawtio console as a webapplication.
[Tags]
[tags]
3rdparty
[depend]

View File

@ -1,7 +1,7 @@
[description]
Deploys the JAMon webapplication
[Tags]
[tags]
3rdparty
[depend]

View File

@ -1,7 +1,7 @@
[description]
Deploys the Jminix JMX Console within the server
[Tags]
[tags]
3rdparty
[depend]

View File

@ -1,7 +1,7 @@
[description]
Deploys the Jolokia console as a web application.
[Tags]
[tags]
3rdparty
[depend]

View File

@ -2,7 +2,7 @@
Enables HTTP2 protocol support on the TLS(SSL) Connector,
using the ALPN extension to select which protocol to use.
[Tags]
[tags]
connector
http2
http

View File

@ -2,7 +2,7 @@
Enables the HTTP2C protocol on the HTTP Connector
The connector will accept both HTTP/1 and HTTP/2 connections.
[Tags]
[tags]
connector
http2
http

View File

@ -1,7 +1,7 @@
[description]
Enables session data store in a local Infinispan cache
[Tags]
[tags]
session
[provides]

View File

@ -1,7 +1,7 @@
[description]
Enables session data store in a remote Infinispan cache
[Tags]
[tags]
session
[provides]

View File

@ -1,7 +1,7 @@
[description]
Memcache cache for SessionData
[Tags]
[tags]
session
[depends]

View File

@ -1,7 +1,7 @@
[description]
Enables NoSql session management with a MongoDB driver.
[Tags]
[tags]
session
[provides]

View File

@ -3,7 +3,7 @@ Enables the DebugListener to generate additional
logging regarding detailed request handling events.
Renames threads to include request URI.
[Tags]
[tags]
debug
[depend]

View File

@ -2,7 +2,7 @@
Deprecated Debug Log using the DebugHandle.
Replaced with the debug module.
[Tags]
[tags]
debug
[depend]

View File

@ -2,7 +2,7 @@
Adds all jar files discovered in $JETTY_HOME/lib/ext
and $JETTY_BASE/lib/ext to the servers classpath.
[Tags]
[tags]
classpath
[lib]

View File

@ -2,7 +2,7 @@
Enable GzipHandler for dynamic gzip compression
for the entire server.
[Tags]
[tags]
handler
[depend]

View File

@ -2,7 +2,7 @@
Adds a forwarded request customizer to the HTTP Connector
to process forwarded-for style headers from a proxy.
[Tags]
[tags]
connector
[depend]

View File

@ -3,7 +3,7 @@ Enables a HTTP connector on the server.
By default HTTP/1 is support, but HTTP2C can
be added to the connector with the http2c module.
[Tags]
[tags]
connector
http

View File

@ -1,7 +1,7 @@
[description]
Adds HTTPS protocol support to the TLS(SSL) Connector
[Tags]
[tags]
connector
https
http

View File

@ -2,7 +2,7 @@
Enable the ipaccess handler to apply a white/black list
control of the remote IP of requests.
[Tags]
[tags]
handler
[depend]

View File

@ -1,7 +1,7 @@
[description]
Enables logback request log.
[Tags]
[tags]
requestlog
logging
logback

View File

@ -5,7 +5,7 @@ This allows a Proxy operating in TCP mode to transport
details of the proxied connection to the server.
Both V1 and V2 versions of the protocol are supported.
[Tags]
[tags]
connector
ssl

View File

@ -1,7 +1,7 @@
[description]
Enables a NCSA style request log.
[Tags]
[tags]
requestlog
[depend]

View File

@ -3,7 +3,7 @@ Adds the $JETTY_HOME/resources and/or $JETTY_BASE/resources
directory to the server classpath. Useful for configuration
property files (eg jetty-logging.properties)
[Tags]
[tags]
classpath
[lib]

View File

@ -4,7 +4,7 @@ If not enabled, sessions will use a HashSessionCache by default, so enabling
via this module is only needed if the configuration properties need to be
changed.
[Tags]
[tags]
session
[provides]

View File

@ -1,7 +1,7 @@
[description]
A trivial SessionCache that does not actually cache sessions.
[Tags]
[tags]
session
[provides]

View File

@ -1,7 +1,7 @@
[description]
Enables caching of SessionData in front of a SessionDataStore.
[Tags]
[tags]
session

View File

@ -1,7 +1,7 @@
[description]
Enables session persistent storage in files.
[Tags]
[tags]
session
[provides]

View File

@ -1,7 +1,7 @@
[description]
Enables JDBC peristent/distributed session storage.
[Tags]
[tags]
session
[provides]

View File

@ -5,7 +5,7 @@ created or by enabling other session-cache or session-store
modules. Without this module enabled, the server may still
use sessions, but their management cannot be configured.
[Tags]
[tags]
session
[depends]

View File

@ -3,7 +3,7 @@ Enables a TLS(SSL) Connector on the server.
This may be used for HTTPS and/or HTTP2 by enabling
the associated support modules.
[Tags]
[tags]
connector
ssl

View File

@ -2,7 +2,7 @@
Enable detailed statistics collection for the server,
available via JMX.
[Tags]
[tags]
handler
[depend]

View File

@ -3,7 +3,7 @@
# Applies ThreadLimiteHandler to entire server
#
[Tags]
[tags]
handler
[depend]

View File

@ -4,7 +4,7 @@ by the Unix Domain Socket connector, for use when behind a proxy operating
in HTTP mode that adds forwarded-for style HTTP headers. Typically this
is an alternate to the Proxy Protocol used mostly for TCP mode.
[Tags]
[tags]
connector
[depend]

View File

@ -4,7 +4,7 @@ It should be used when a proxy is forwarding either HTTP or decrypted
HTTPS traffic to the connector and may be used with the
unix-socket-http2c modules to upgrade to HTTP/2.
[Tags]
[tags]
connector
http

View File

@ -3,7 +3,7 @@ Adds a HTTP2C connetion factory to the Unix Domain Socket Connector
It can be used when either the proxy forwards direct
HTTP/2C (unecrypted) or decrypted HTTP/2 traffic.
[Tags]
[tags]
connector
http2

View File

@ -8,7 +8,7 @@ SSL properties may be interpreted by the unixsocket-secure
module to indicate secure HTTPS traffic. Typically this
is an alternate to the forwarded module.
[Tags]
[tags]
connector
[depend]

View File

@ -5,7 +5,7 @@ This looks for a secure scheme transported either by the
unixsocket-forwarded, unixsocket-proxy-protocol or in a
HTTP2 request.
[Tags]
[tags]
connector
[depend]

View File

@ -7,7 +7,7 @@ needless fragmentation and have better dispatch behaviours.
When enabled with corresponding support modules, the connector can
accept HTTP, HTTPS or HTTP2C traffic.
[Tags]
[tags]
connector
[depend]