From f22ceae78413bb18d3d13bba6ff956854a07eab4 Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Mon, 15 Sep 2025 14:05:32 +0200 Subject: [PATCH] Enable async support --- scm-webapp/src/main/webapp/WEB-INF/web.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/scm-webapp/src/main/webapp/WEB-INF/web.xml b/scm-webapp/src/main/webapp/WEB-INF/web.xml index 247af0c373..96b750bed8 100644 --- a/scm-webapp/src/main/webapp/WEB-INF/web.xml +++ b/scm-webapp/src/main/webapp/WEB-INF/web.xml @@ -26,6 +26,7 @@ BootstrapFilter sonia.scm.lifecycle.BootstrapContextFilter + true