From f12d568e0b466d8e8441bdb630a92e52a39c5e41 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 25 Oct 2023 12:19:09 +0200 Subject: [PATCH] Improvements to the description section. Signed-off-by: Simone Bordet --- .../src/main/config/modules/ee10-servlets.mod | 4 ++-- .../src/main/config/modules/ee8-servlets.mod | 7 ++++--- .../src/main/config/modules/ee9-servlets.mod | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/jetty-ee10/jetty-ee10-servlets/src/main/config/modules/ee10-servlets.mod b/jetty-ee10/jetty-ee10-servlets/src/main/config/modules/ee10-servlets.mod index e763595b75b..7e94e2e48be 100644 --- a/jetty-ee10/jetty-ee10-servlets/src/main/config/modules/ee10-servlets.mod +++ b/jetty-ee10/jetty-ee10-servlets/src/main/config/modules/ee10-servlets.mod @@ -1,8 +1,8 @@ # DO NOT EDIT THIS FILE - See: https://eclipse.dev/jetty/documentation/ [description] -Adds Jetty utility servlets and filters available to a webapp. -Puts org.eclipse.jetty.servlets on the server classpath +Adds Jetty EE10 utility servlets and filters available to a webapp. +Puts org.eclipse.jetty.ee10.servlets on the server classpath (CrossOriginFilter, DosFilter, MultiPartFilter, QoSFilter, etc.) for use by all web applications. diff --git a/jetty-ee8/jetty-ee8-servlets/src/main/config/modules/ee8-servlets.mod b/jetty-ee8/jetty-ee8-servlets/src/main/config/modules/ee8-servlets.mod index b37de25e138..dd6fd652a85 100644 --- a/jetty-ee8/jetty-ee8-servlets/src/main/config/modules/ee8-servlets.mod +++ b/jetty-ee8/jetty-ee8-servlets/src/main/config/modules/ee8-servlets.mod @@ -1,9 +1,10 @@ # DO NOT EDIT THIS FILE - See: https://eclipse.dev/jetty/documentation/ [description] -Adds Jetty utility servlets and filters available to a webapp. -Puts org.eclipse.jetty.ee8.servlets on the server classpath (CrossOriginFilter, DosFilter, -MultiPartFilter, QoSFilter, etc.) for use by all webapplications. +Adds Jetty EE8 utility servlets and filters available to a webapp. +Puts org.eclipse.jetty.ee8.servlets on the server classpath +(CrossOriginFilter, DosFilter, MultiPartFilter, QoSFilter, etc.) +for use by all web applications. [environment] ee8 diff --git a/jetty-ee9/jetty-ee9-servlets/src/main/config/modules/ee9-servlets.mod b/jetty-ee9/jetty-ee9-servlets/src/main/config/modules/ee9-servlets.mod index e3e01fe6abd..cb5fd4b40b3 100644 --- a/jetty-ee9/jetty-ee9-servlets/src/main/config/modules/ee9-servlets.mod +++ b/jetty-ee9/jetty-ee9-servlets/src/main/config/modules/ee9-servlets.mod @@ -2,8 +2,9 @@ [description] Adds Jetty EE9 utility servlets and filters available to a webapp. -Puts org.eclipse.jetty.ee9.servlets on the server classpath (CrossOriginFilter, DosFilter, -MultiPartFilter, QoSFilter, etc.) for use by all webapplications. +Puts org.eclipse.jetty.ee9.servlets on the server classpath +(CrossOriginFilter, DosFilter, MultiPartFilter, QoSFilter, etc.) +for use by all web applications. [environment] ee9