FileBackedHTTPResource

Tom Zeller tzeller at dragonacea.biz
Tue Jun 14 14:00:26 EDT 2016


> Per following 'service.xml' configuration -- the file is reachable on the
> https://domain/attribute-filter.xml -- i.e. no firewall etc -- however, a
> local copy of 'attribute-filter.xml' is not maintain at '%{idp.home}/cache/'
> -- any ideas what I miss seeing?
>
>
>  <util:list id ="shibboleth.AttributeFilterResources">
>         <value>%{idp.home}/cache/attribute-filter.xml</value>
>         <bean id="http-attribute-filter"
> class="net.shibboleth.ext.spring.resource.FileBackedHTTPResource"
>               c:client-ref="shibboleth.FileCachingHttpClient"
>               c:url="https://domain/attribute-filter.xml"
>               c:backingFile="%{idp.home}/cache/attribute-filter.xml"/>
>     </util:list>

I believe you want to remove

 <value>%{idp.home}/cache/attribute-filter.xml</value>

because that defines two resources, the <value> and the <bean>. You
just want the <bean>.


More information about the users mailing list