[java-sp-server] branch main updated: Missed injection of parser.
Scott Cantor
cantor.2 at osu.edu
Thu May 26 18:13:07 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-sp-server.
View the commit online:
http://git.shibboleth.net/view/?p=java-sp-server.git;a=commit;h=6b55b5586dfbb3d7721a679b6cefa2f068740b25
The following commit(s) were added to refs/heads/main by this push:
new 6b55b55 Missed injection of parser.
6b55b55 is described below
commit 6b55b5586dfbb3d7721a679b6cefa2f068740b25
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 26 14:13:04 2022 -0400
Missed injection of parser.
---
.../src/main/resources/net/shibboleth/sp/conf/endpoints-system.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/endpoints-system.xml b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/endpoints-system.xml
index f93f07a..db2623c 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/endpoints-system.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/endpoints-system.xml
@@ -27,7 +27,8 @@
<bean class="net.shibboleth.sp.remoting.endpoint.impl.Echo" />
<bean class="net.shibboleth.sp.remoting.endpoint.impl.Ping" />
- <bean class="net.shibboleth.sp.remoting.endpoint.impl.XMLParser" />
+ <bean class="net.shibboleth.sp.remoting.endpoint.impl.XMLParser"
+ p:parserPool-ref="shibboleth.DefaultParserPool" />
<!-- Wildcard import hook for plugins. -->
<import resource="classpath*:/META-INF/net/shibboleth/sp/service/provider/postconfig.xml" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list