Property replacement support in our Spring extensible XML authoring ?

Cantor, Scott cantor.2 at osu.edu
Tue Apr 1 13:00:08 EDT 2014


On 4/1/14, 12:55 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>For the testbed, I needed to add the property placeholder to the app ctx :
>
>  <util:list id ="shibboleth.AttributeResolverResources">
>    <value>file://${idp.home}/conf/attribute-resolver.xml</value>
>    <!-- To support property replacement -->
>    <value>file://${idp.home}/conf/property-placeholder.xml</value>
>  </util:list>

Seems harmless enough for the release since it's right next to the
existing resources. Plus it makes it easy to use per-file property
replacement sources.

-- Scott




More information about the dev mailing list