Characters like '/' or '+' etc. in the title of the PDF file cause access denied error during export.
Fix for special characters in the title of PDF causing Access Denied error
Have more questions? Submit a request
-
Jan Schinacher (Atlassian Cloud) In the default template "release-notes-fo.vm" the filename of the PDF-file is created like this:
#set($filename = "${project.name} ${version.name} Release Notes.pdf")
which basically makes this template unusable, if the project.name includes special characters.
The project.name should be sanitized / escaped, so AWS can handle it.
Please sign in to leave a comment.
1 Comments