<div dir="ltr"><div>Thanks Tom!<br><br></div>Darn - I was staring at the screen too long and missed that. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 14, 2016 at 11:00 AM, Tom Zeller <span dir="ltr"><<a href="mailto:tzeller@dragonacea.biz" target="_blank">tzeller@dragonacea.biz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Per following 'service.xml' configuration -- the file is reachable on the<br>
> <a href="https://domain/attribute-filter.xml" rel="noreferrer" target="_blank">https://domain/attribute-filter.xml</a> -- i.e. no firewall etc -- however, a<br>
> local copy of 'attribute-filter.xml' is not maintain at '%{idp.home}/cache/'<br>
> -- any ideas what I miss seeing?<br>
><br>
><br>
> <util:list id ="shibboleth.AttributeFilterResources"><br>
> <value>%{idp.home}/cache/attribute-filter.xml</value><br>
> <bean id="http-attribute-filter"<br>
> class="net.shibboleth.ext.spring.resource.FileBackedHTTPResource"<br>
> c:client-ref="shibboleth.FileCachingHttpClient"<br>
> c:url="<a href="https://domain/attribute-filter.xml" rel="noreferrer" target="_blank">https://domain/attribute-filter.xml</a>"<br>
> c:backingFile="%{idp.home}/cache/attribute-filter.xml"/><br>
> </util:list><br>
<br>
</span>I believe you want to remove<br>
<span class=""><br>
<value>%{idp.home}/cache/attribute-filter.xml</value><br>
<br>
</span>because that defines two resources, the <value> and the <bean>. You<br>
just want the <bean>.<br>
<span class="HOEnZb"><font color="#888888">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</font></span></blockquote></div><br></div>