<div dir="ltr">Thank you. Very helpful guidance as always. I appreciate it.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 16 Jun 2020 at 12:25, Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/16/20, 3:14 PM, "users on behalf of Joshua Brodie" <<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:josbrodie@gmail.com" target="_blank">josbrodie@gmail.com</a>> wrote:<br>
<br>
> My level of Spring comprehension is low -- how do I invoke 'fileResource1' and 'fileResource2' to load the files? Is the<br>
> configuration below somewhat sane?<br>
<br>
I really wouldn't do this (there's no security for starters), but if you're trying to use remote resources for a service, you need to put the resource beans inside the list of service resources as the list values, you don't just reference the backup file from the list as though it were a local file. I doubt it would even work, because nothing will probably ever fetch the file and create the backup.<br>
<br>
Do NOT use a file caching HttpClient. That doesn't do what you think it does and adds nothing when combined with the file-backed resource class. The resource class does all the work needed.<br>
<br>
-- Scott<br>
<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>