[java-identity-provider] branch main updated: IDP-2419 - Rebase IdP on Servlet 6.1
Codeberg
noreply at shibboleth.net
Thu Dec 18 14:40:09 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/875b4f031a2ef70fea724b6563ca29b19c92724e
The following commit(s) were added to refs/heads/main by this push:
new 875b4f031 IDP-2419 - Rebase IdP on Servlet 6.1
875b4f031 is described below
commit 875b4f031a2ef70fea724b6563ca29b19c92724e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 18 09:39:36 2025 -0500
IDP-2419 - Rebase IdP on Servlet 6.1
https://shibboleth.atlassian.net/browse/IDP-2419
Adjusted web.xml to match.
---
idp-war/src/main/webapp/WEB-INF/web.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index 423faf85f..588c4f502 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" version="5.0">
+ xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd" version="6.1">
<display-name>Shibboleth Identity Provider</display-name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list