Documentation for JIRA 4.1. Documentation for other versions of JIRA is available too. 
![]()
Due to security vulnerabilities in JIRA that have been fixed in JIRA 4.1.1 and later (and in earlier versions of JIRA that have been fixed via patches available from JIRA Security Advisory 2010-04-16), it is now a mandatory requirement to explicitly permit modification to JIRA's file path settings using the first method below.
To change the locations for storing file attachments, backups, etc, you will need to do the following:
jira-application.properties file in a text editor. Refer to Advanced JIRA configuration with jira-application.properties for details.jira.paths.set.allowed variable in this file.true.
To secure the locations for storing file attachments, backups, etc, you will need to do the following:
jira-application.properties file in a text editor. Refer to Advanced JIRA configuration with jira-application.properties for details.jira.paths.set.allowed variable in this file.jira.paths.set.allowed variable to false (that is, jira.paths.set.allowed=false)jira.paths.set.allowed variable to anything other than true or leave its value blank (that is, jira.paths.set.allowed= )jira.paths.set.allowed property or comment it out (for example, #jira.paths.set.allowed=disabled)