Skip to content

Commit

Permalink
Merge pull request #5047 from eclipse/jetty-9.4.x-moduleCommentDoNotEdit
Browse files Browse the repository at this point in the history
the "DO NOT EDIT" comment in .mod files should start with '#'
  • Loading branch information
lachlan-roberts authored Jul 15, 2020
2 parents 5c1dda3 + de1b674 commit 42ea202
Show file tree
Hide file tree
Showing 121 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion apache-jsp/src/main/config/modules/apache-jsp.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables use of the apache implementation of JSP
Expand Down
2 changes: 1 addition & 1 deletion apache-jstl/src/main/config/modules/apache-jstl.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables the apache version of JSTL
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Selects an ALPN (Application Layer Protocol Negotiation) implementation by java version.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[depend]
alpn-impl/alpn-9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[depend]
alpn-impl/alpn-9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[depend]
alpn-impl/alpn-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[depend]
alpn-impl/alpn-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[depend]
alpn-impl/alpn-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[depend]
alpn-impl/alpn-11
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Provides ALPN support for JDK 8, using the Jetty ALPN Agent.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Provides support for ALPN based on JDK 9+ APIs.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables the ALPN (Application Layer Protocol Negotiation) TLS extension.
Expand Down
2 changes: 1 addition & 1 deletion jetty-annotations/src/main/config/modules/annotations.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables Annotation scanning for deployed webapplications.
Expand Down
2 changes: 1 addition & 1 deletion jetty-client/src/main/config/modules/client.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds the Jetty HTTP client to the server classpath.
Expand Down
2 changes: 1 addition & 1 deletion jetty-deploy/src/main/config/modules/deploy.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables webapplication deployment from the webapps directory.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables Deployer to apply common configuration to all webapp deployments
Expand Down
2 changes: 1 addition & 1 deletion jetty-fcgi/fcgi-server/src/main/config/modules/fcgi.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds the FastCGI implementation to the classpath.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables GCloud Datastore API and implementation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Control GCloud API classpath
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables GCloudDatastore session management.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables session data store in an embedded Hazelcast Map
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables session data store in a remote Hazelcast Map
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/conscrypt.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Installs the Conscrypt JSSE provider
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/hawtio.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Deploys the Hawtio console as a webapplication.
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/jamon.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Deploys the JAMon webapplication
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/jminix.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Deploys the Jminix JMX Console within the server
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/jolokia.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Deploys the Jolokia console as a web application.
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/jsp.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables JSP for all webapplications deployed on the server.
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/jstl.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables JSTL for all webapplications deployed on the server
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/modules/stop.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
This module causes jetty to stop immediately after starting. This is good for testing configuration and/or precompiling quickstart webapps
Expand Down
2 changes: 1 addition & 1 deletion jetty-http2/http2-server/src/main/config/modules/http2.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables HTTP2 protocol support on the TLS(SSL) Connector,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables the HTTP2C protocol on the HTTP Connector
Expand Down
2 changes: 1 addition & 1 deletion jetty-jaas/src/main/config/modules/jaas.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable JAAS for deployed webapplications.
Expand Down
2 changes: 1 addition & 1 deletion jetty-jaspi/src/main/config/modules/jaspi.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable JASPI authentication for deployed webapplications.
Expand Down
2 changes: 1 addition & 1 deletion jetty-jmx/src/main/config/modules/jmx-remote.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables remote RMI access to JMX
Expand Down
2 changes: 1 addition & 1 deletion jetty-jmx/src/main/config/modules/jmx.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables JMX instrumentation for server beans and
Expand Down
2 changes: 1 addition & 1 deletion jetty-jndi/src/main/jndi-config/modules/jndi.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds the Jetty JNDI implementation to the classpath.
Expand Down
2 changes: 1 addition & 1 deletion jetty-jndi/src/main/jndi-config/modules/mail.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds the javax.mail implementation to the classpath.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables test setup
Expand Down
2 changes: 1 addition & 1 deletion jetty-maven-plugin/src/main/resources/maven.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables an unassembled maven webapp to run in a jetty distro
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Memcache cache for SessionData
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables NoSql session management with a MongoDB driver.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Server/port address connections for session storage
Expand Down
2 changes: 1 addition & 1 deletion jetty-nosql/src/main/config/modules/sessions/mongo/uri.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
MongoURI connections for session storage
Expand Down
2 changes: 1 addition & 1 deletion jetty-openid/src/main/config/modules/openid.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds OpenId Connect authentication.
Expand Down
2 changes: 1 addition & 1 deletion jetty-overlay-deployer/src/main/config/modules/overlay.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable the jetty overlay deployer that allows
Expand Down
2 changes: 1 addition & 1 deletion jetty-plus/src/main/plus-config/modules/plus.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables JNDI and resource injection for webapplications
Expand Down
2 changes: 1 addition & 1 deletion jetty-plus/src/main/plus-config/modules/transactions.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Puts javax.transaction api on the classpath
Expand Down
2 changes: 1 addition & 1 deletion jetty-proxy/src/main/config/modules/proxy.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable the Jetty Proxy, that allows the server to act
Expand Down
2 changes: 1 addition & 1 deletion jetty-quickstart/src/main/config/modules/quickstart.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables the Jetty Quickstart module for rapid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Add a rule to the rewrite module to compact paths so that double slashes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables a rewrite Rules container as a request customizer on
Expand Down
2 changes: 1 addition & 1 deletion jetty-rewrite/src/main/config/modules/rewrite.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables the jetty-rewrite handler. Specific rewrite
Expand Down
2 changes: 1 addition & 1 deletion jetty-security/src/main/config/modules/security.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds servlet standard security handling to the classpath.
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/acceptratelimit.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable a server wide accept rate limit
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/bytebufferpool.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Configures the ByteBufferPool used by ServerConnectors.
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/connectionlimit.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable a server wide connection limit
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/continuation.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables support for Continuation style asynchronous
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/customrequestlog.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables a format string style request log.
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/debug.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables the DebugListener to generate additional
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/debuglog.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Deprecated Debug Log using the DebugHandle.
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/ext.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds all jar files discovered in $JETTY_HOME/lib/ext
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/gzip.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enable GzipHandler for dynamic gzip compression
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/home-base-warning.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Generates a warning that server has been run from $JETTY_HOME
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/http-forwarded.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Adds a forwarded request customizer to the HTTP Connector
Expand Down
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/http.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[description]
Enables an HTTP connector on the server.
Expand Down
Loading

0 comments on commit 42ea202

Please sign in to comment.