public interface

SafeAction

com.atlassian.jira.action.SafeAction

Class Overview

This is a simple marker interface that indicates that an {@ink webwork.action.Action} is a "safe" action and hence is safe to receive any map of parameters.

Actions that dont have this marker interface will be deemed "unsafe" front end web actions and the input of parameters will be done in a controlled and safe manner (see JRA-15664)

Introduced / changed as part of JRA-15664