From 132b79a57b0595430cfa245590e3b1a5d61891c5 Mon Sep 17 00:00:00 2001
From: Joaquín Reñé <jrene@curisit.net>
Date: Fri, 17 Apr 2026 07:13:56 +0000
Subject: [PATCH] #4479 - upgrade SecurisServer to Java 21

---
 securis/src/main/webapp/WEB-INF/web.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/WEB-INF/web.xml b/securis/src/main/webapp/WEB-INF/web.xml
index be1f5fa..61cb287 100644
--- a/securis/src/main/webapp/WEB-INF/web.xml
+++ b/securis/src/main/webapp/WEB-INF/web.xml
@@ -108,7 +108,7 @@
 	<resource-ref>
 	    <description>SeCuris DataSource</description>
 	    <res-ref-name>SeCurisDS</res-ref-name>
-	    <res-type>jakarta.sql.DataSource</res-type>
+	    <res-type>javax.sql.DataSource</res-type>
 	    <res-auth>Container</res-auth>
 	</resource-ref>
 	

--
Gitblit v1.3.2