public class

JiraWebUtils

extends Object
java.lang.Object
   ↳ com.atlassian.jira.util.JiraWebUtils

Summary

Public Constructors
JiraWebUtils()
Public Methods
static HttpServletRequest getHttpRequest()
Return the HttpRequest, but overriding the getRequestURI() method to call back to webwork if needed.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JiraWebUtils ()

Public Methods

public static 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.