From dd9eae6a950ace7264ef9d64bddfe26dbd3ea478 Mon Sep 17 00:00:00 2001 From: Joseph North Date: Fri, 14 Aug 2026 18:08:09 -0400 Subject: [PATCH] Make Jetty max HTTP request header size configurable --- .../src/main/resources/jetty.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/platform/platform-paxweb-jettyconfig/src/main/resources/jetty.xml b/platform/platform-paxweb-jettyconfig/src/main/resources/jetty.xml index 09517f0856ff..d034677cff95 100644 --- a/platform/platform-paxweb-jettyconfig/src/main/resources/jetty.xml +++ b/platform/platform-paxweb-jettyconfig/src/main/resources/jetty.xml @@ -34,6 +34,12 @@ + + + + + + @@ -106,7 +112,4 @@ - - - \ No newline at end of file