Skip to content

v3.3.1-ucblib-rc3 » Fixes PDF generation

Choose a tag to compare

@danschmidt5189 danschmidt5189 released this 11 Aug 15:53
· 11 commits to main since this release

DP-706 (bugfix): Fixes PDF generation by giving the application user a home directory.

ArchivesSpace uses the FOP PDF generation library, which needs to be able to write to either ~/.fop or ${approot}/.fop. The latter is not writeable for security reasons (the app user can only write to /opt/app/data), and the former was previously not writeable because the app user's homedir did not exist.