From 606a327097202f3f90bfd60e66a7c4cb6a53d004 Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Sat, 16 Apr 2022 21:52:38 +0200 Subject: [PATCH] [MSITE-857] Jetty engine fails to resolve web.xml DTD behind corporate proxy Upgrade web.xml to Servlet 3.1 which Jetty will serve its schema from a bundled catalog and avoid outbound connections. --- src/main/resources/run/web.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/run/web.xml b/src/main/resources/run/web.xml index 66bf8ee9..9b8e3325 100644 --- a/src/main/resources/run/web.xml +++ b/src/main/resources/run/web.xml @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> - - - + doxia org.apache.maven.plugins.site.run.DoxiaFilter