From 36101fc02d860a640d57249c220e7f3d7c0ad68d Mon Sep 17 00:00:00 2001 From: Rene Pfeuffer Date: Wed, 17 Sep 2025 07:24:04 +0200 Subject: [PATCH] Enable async support for servlets --- gradle/changelog/async.yaml | 2 ++ scm-webapp/src/main/webapp/WEB-INF/web.xml | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 gradle/changelog/async.yaml diff --git a/gradle/changelog/async.yaml b/gradle/changelog/async.yaml new file mode 100644 index 0000000000..cb9ab9d251 --- /dev/null +++ b/gradle/changelog/async.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Async support for servlets is now enabled diff --git a/scm-webapp/src/main/webapp/WEB-INF/web.xml b/scm-webapp/src/main/webapp/WEB-INF/web.xml index 247af0c373..90df2faef0 100644 --- a/scm-webapp/src/main/webapp/WEB-INF/web.xml +++ b/scm-webapp/src/main/webapp/WEB-INF/web.xml @@ -14,11 +14,11 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/. --> - - + SCM-Manager ${project.version} @@ -26,6 +26,7 @@ BootstrapFilter sonia.scm.lifecycle.BootstrapContextFilter + true @@ -42,5 +43,5 @@ 30 - +