fixing the crypto factory beans

Cantor, Scott cantor.2 at osu.edu
Fri May 30 11:10:06 EDT 2014


On 5/30/14, 11:03 AM, "Ian Young" <ian at iay.org.uk> wrote:
>
>I deduced that it didn't because I tried and the testbed failed some
>tests. I speculated that it didn't do this conversion because it didn't
>know which resource type to instantiate, but knowing Spring there is
>probably some mechanism for picking that. Anyone know this part of Spring
>in detail?

The reason I thnk it does is that our ReloadableSpringService beans in
services-system.xml are setting a property of type List<Resource> and the
input to that is a util:list in services.xm that are just plain strings:

<util:list id="shibboleth.MetadataResolverResources">
	<value>file:///${idp.home}/conf/metadata-providers.xml</value>
	<value>file:///${idp.home}/conf/property-placeholder.xml</value>
    </util:list>

So I'm pretty sure this just works. I'll check into it.


-- Scott




More information about the dev mailing list