From be71035b800fd06cdf4f73f5c20e7bb7ffdac965 Mon Sep 17 00:00:00 2001 From: Martin Lowe Date: Fri, 4 Mar 2022 11:31:12 -0500 Subject: [PATCH] Remove web.xml that breaks sessions data in undertow --- portal/src/main/resources/META-INF/web.xml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 portal/src/main/resources/META-INF/web.xml diff --git a/portal/src/main/resources/META-INF/web.xml b/portal/src/main/resources/META-INF/web.xml deleted file mode 100644 index 221c259f..00000000 --- a/portal/src/main/resources/META-INF/web.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - JSESSIONID_PORTAL - - - \ No newline at end of file -- GitLab