From 9430a83dde5d7c3f4535f6c3a5f9e21ac68ac8fa Mon Sep 17 00:00:00 2001
From: Joaquín Reñé <jrene@curisit.net>
Date: Thu, 16 Apr 2026 17:05:28 +0000
Subject: [PATCH] #4479 - upgrade SecurisServer to Java 21
---
securis/src/main/webapp/WEB-INF/web.xml | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/securis/src/main/webapp/WEB-INF/web.xml b/securis/src/main/webapp/WEB-INF/web.xml
index 4059657..be1f5fa 100644
--- a/securis/src/main/webapp/WEB-INF/web.xml
+++ b/securis/src/main/webapp/WEB-INF/web.xml
@@ -104,11 +104,13 @@
</description>
<role-name>admin</role-name>
</security-role>
-
- <resource-env-ref>
- <resource-env-ref-name>SeCurisDS</resource-env-ref-name>
- <resource-env-ref-type>jakarta.sql.DataSource</resource-env-ref-type>
- </resource-env-ref>
+
+ <resource-ref>
+ <description>SeCuris DataSource</description>
+ <res-ref-name>SeCurisDS</res-ref-name>
+ <res-type>jakarta.sql.DataSource</res-type>
+ <res-auth>Container</res-auth>
+ </resource-ref>
<!--
<resource-env-ref>
--
Gitblit v1.3.2