FileBackedHTTPResource

Joel Levin joel.aaron.levin at gmail.com
Tue Jun 14 14:08:49 EDT 2016


Thanks Tom!

Darn - I was staring at the screen too long and missed that.

On Tue, Jun 14, 2016 at 11:00 AM, Tom Zeller <tzeller at dragonacea.biz> wrote:

> > 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>.
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160614/f1330fda/attachment-0001.html>


More information about the users mailing list