Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Fix a problem where ActiveToolComponent$MyActiveTool$WrappedRequest does not proxy getPathInfo() properly so we look at getRequestURI() to parse the path. (csev@umich.edu: rev 315760)
This portal library code to detect if a request is inline:
org.sakaiproject.portal.util.ToolUtils.isInlineRequest()
Fails when passed a ActiveToolComponent$MyActiveTool$WrappedRequest since the wrapped request messes with the getPathInfo() method.
So the better choice is to go to getRequestURI() instead which is dutifly passed through a WrappedRequest.