Fix for special characters in the title of PDF causing Access Denied error

Characters like '/' or '+' etc. in the title of the PDF file cause access denied error during export.

Have more questions? Submit a request

1 Comments

  • 0
    Avatar
    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.