public class XsrfErrorAction extends JiraWebActionSupport
javax.servlet.forward
to figure out what the original request was.JiraWebActionSupport.MessageType
ErrorCollection.Reason
I18nHelper.BeanFactory
Modifier and Type | Field and Description |
---|---|
static String |
FORWARD_PATH
The path to use when forwarding to this action.
|
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
Constructor and Description |
---|
XsrfErrorAction(RedirectSanitiser safeRedirectChecker) |
Modifier and Type | Method and Description |
---|---|
String |
execute() |
String |
getEncodedRedirectUrl() |
String |
getForwardRequestUri() |
boolean |
getNoRequestParameters() |
String |
getRequestMethod() |
Set<Map.Entry<String,List<String>>> |
getRequestParameters() |
String |
getRequestURL()
Returns url to return to once token is re-issued.
|
String |
getSessionTimeoutDuration() |
String |
getSessionTimeoutUnit() |
boolean |
isHasRedirectUrl() |
boolean |
isSafeToRedirect() |
boolean |
isSessionExpired() |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getRequestSourceType, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isInlineDialogMode, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, tagMauEventWithApplication, tagMauEventWithProject, urlEncode
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getResourceBundle, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddError
addError, addErrorMessage, doDefault, doExecute, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addError, addErrorMessage, addErrorMessages, addErrors, hasAnyErrors, setErrorMessages
public static final String FORWARD_PATH
public XsrfErrorAction(RedirectSanitiser safeRedirectChecker)
public String execute() throws Exception
execute
in interface webwork.action.Action
execute
in class JiraActionSupport
Exception
public boolean isHasRedirectUrl()
public String getEncodedRedirectUrl()
public String getSessionTimeoutDuration()
public String getSessionTimeoutUnit()
public boolean isSessionExpired()
public String getRequestURL()
RedirectSanitiser
to make sure returned url is safe (e.g. not a different host).
It will default to the safe FORWARD_PATH
should forward request URI be considered unsafe.public boolean isSafeToRedirect()
public String getForwardRequestUri()
public String getRequestMethod()
public boolean getNoRequestParameters()
Copyright © 2002-2019 Atlassian. All Rights Reserved.