Package com.atlassian.jira.util
Class JiraWebUtils
java.lang.Object
com.atlassian.jira.util.JiraWebUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.servlet.http.HttpServletRequestReturn the HttpRequest, but overriding the getRequestURI() method to call back to webwork if needed.
-
Constructor Details
-
JiraWebUtils
public JiraWebUtils()
-
-
Method Details
-
getHttpRequest
public static jakarta.servlet.http.HttpServletRequest getHttpRequest()Return the HttpRequest, but overriding the getRequestURI() method to call back to webwork if needed. This is because in some application servers, getRequestURI() returns the 'view' page, which is almost always not what we need.
-