From 1127ccca6b510bbe0347c688819282b622d70b0b Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Mon, 8 Jul 2024 11:22:51 -0400 Subject: [PATCH] Enable secure cookies in web configuration A new line has been added to the web.xml file to ensure that cookies are marked as secure. --- war/src/main/webapp/WEB-INF/web.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/war/src/main/webapp/WEB-INF/web.xml b/war/src/main/webapp/WEB-INF/web.xml index 04fbef21..967fae1e 100644 --- a/war/src/main/webapp/WEB-INF/web.xml +++ b/war/src/main/webapp/WEB-INF/web.xml @@ -29,6 +29,7 @@ true + true