Configuring a file-backed HTTP resource for attribute filters
Brent Putman
putmanb at georgetown.edu
Tue Jul 21 17:43:21 EDT 2015
On 7/21/15 5:16 PM, Brent Putman wrote:
>
> The code in saveAndClone(...) starts off with this:
>
> FileOutputStream out = new FileOutputStream(backingResource.getFile());
>
> Have to see whether that's correct. Possibly the file needs to be
> explicitly created first.
No, I tested. It doesn't have to exist, including intermediate
directories. They will be created as needed.
So let's start with the obvious. Can you double-check that the user
that the IdP process is running as have the ability to create new files
in the conf directory (or wherever you point the backing file)? If you
point the backing file to a different location, such as under /tmp or
somewhere else known to be world-writeable, do you get a different result?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150721/0c6b3e27/attachment.html>
More information about the users
mailing list