[java-identity-provider] branch main updated: IDP-2387 - web.xml doesn't pass schema validation
Scott Cantor
cantor.2 at osu.edu
Thu Jun 26 13:21:28 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b32b39855b5d11eca8a3d132b0dad7e9ed8fe726
The following commit(s) were added to refs/heads/main by this push:
new b32b39855 IDP-2387 - web.xml doesn't pass schema validation
b32b39855 is described below
commit b32b39855b5d11eca8a3d132b0dad7e9ed8fe726
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 26 09:21:23 2025 -0400
IDP-2387 - web.xml doesn't pass schema validation
https://shibboleth.atlassian.net/browse/IDP-2387
Fixed most obvious error.
---
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 93229a4e4..423faf85f 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -57,8 +57,8 @@
<!-- Comment name and path to revert __Host- protection. -->
<name>__Host-JSESSIONID</name>
<path>/</path>
- <secure>true</secure>
<http-only>true</http-only>
+ <secure>true</secure>
<!-- Uncomment when deploying on EE10/Servlet6. -->
<!--
<attribute>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list