From 33dccceb65d7db6a03dd96e75f58275621e4a3e8 Mon Sep 17 00:00:00 2001 From: putmanb Date: Wed, 7 Apr 2010 23:21:51 +0000 Subject: [PATCH 1/1] Implement config wiring changes related to artifact map and JOST-110: - inject the shibboleth.ParserPool bean into the OpenSAML config, and set on Configuration singleton, so we are using a single ParserPool everywhere - remove shibboleth.ParserPool from being injected on shibboleth.ArtifactMap bean, constructor now deprecated. These changes are optional and non-disruptive, existing configs will continue to work as-is. git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2925 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- src/installer/resources/conf-tmpl/internal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/resources/conf-tmpl/internal.xml b/src/installer/resources/conf-tmpl/internal.xml index 176f473..da21db0 100644 --- a/src/installer/resources/conf-tmpl/internal.xml +++ b/src/installer/resources/conf-tmpl/internal.xml @@ -26,6 +26,7 @@ + @@ -96,7 +97,6 @@ - -- 1.7.10.4