Property replacement support in our Spring extensible XML authoring ?

Rod Widdowson rdw at steadingsoftware.com
Wed Apr 2 04:11:02 EDT 2014


> >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.

+1 to all the above.  I had thought that the properties replacement got
inherited down through the contexts (thought I'd tested it too, just goes to
show).  We will certainly need property replacement in these files.

R



More information about the dev mailing list