[java-identity-provider] 02/02: Supress log message in non-OIDC case
Rod Widdowson
rdw at steadingsoftware.com
Wed Dec 8 14:15:05 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw 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=c9c4142551d612d32942a493db25ee6e4f6b7b10
commit c9c4142551d612d32942a493db25ee6e4f6b7b10
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Dec 8 14:02:40 2021 +0000
Supress log message in non-OIDC case
---
idp-conf/src/test/resources/conf/global.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/test/resources/conf/global.xml b/idp-conf/src/test/resources/conf/global.xml
index f19f0c163..b10b4795f 100644
--- a/idp-conf/src/test/resources/conf/global.xml
+++ b/idp-conf/src/test/resources/conf/global.xml
@@ -103,8 +103,7 @@
</map>
</property>
</bean>
- -->
-
+
<bean id="shibboleth.ExtensionSchemas" parent="shibboleth.DefaultExtensionSchemas">
<property name="sourceList">
<list merge="true">
@@ -112,5 +111,5 @@
</list>
</property>
</bean>
-
+ -->
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list