<div dir="ltr"><div>I have the following set up in the services.xml -- for leading of attribute-filter.xml (+ attribute-resolver.xml) from a remote HTTP server.<br></div><div><br></div><div>Firewall okay and checked via CURL on the IdP server.<br><br></div><div>But getting error message below in the idp-process.log -- and the remote file is not leaded -- I came across this earlier but can't remember what I did.<br></div><div><br><br>In SERVICES.XML:<br><util:list id="shibboleth.AttributeFilterResources"><br>        <ref bean="FileBackedAttributeFilter"/><br>    </util:list><br><br>    <bean id="FileBackedAttributeFilter"<br>          class="net.shibboleth.ext.spring.resource.FileBackedHTTPResource"<br>          c:client-ref="shibboleth.FileCachingHttpClient"<br>          c:url="<a href="https://foobar/idp/attribute-filter.xml">https://foobar/idp/attribute-filter.xml</a>"<br>          c:backingFile="%{idp.home}/conf/isnt/attribute-filter.inst.xml"><br>    </bean><br><br></div>In IDP-PROCESS.LOG:<br><div><br>2017-01-30 14:44:51,425 - ERROR [net.shibboleth.utilities.java.support.service.AbstractReloadableService:181] - Service 'shibboleth.AttributeFilterService': Initial load failed<br>net.shibboleth.utilities.java.support.service.ServiceException: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/opt/shibboleth-idp/conf/attribute-filter.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/opt/shibboleth-idp/conf/attribute-filter.xml]<br>    at net.shibboleth.ext.spring.service.ReloadableSpringService.doReload(ReloadableSpringService.java:336)<br>Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/opt/shibboleth-idp/conf/attribute-filter.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/opt/shibboleth-idp/conf/attribute-filter.xml]<br>    at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:344)<br>Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/opt/shibboleth-idp/conf/attribute-filter.xml]<br>    at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:141)<br></div></div>