Class UrlPathHelper
- java.lang.Object
-
- org.springframework.web.util.UrlPathHelper
-
- org.springframework.extensions.webscripts.UrlPathHelper
-
public class UrlPathHelper extends org.springframework.web.util.UrlPathHelperOverrides the SpringMVC default UrlPathHelper class to disable the use of the "clean" method which incorrectly removes everything from the URI path after the ; semi-colon character - as after decoding the URI this could well be a valid part of the URI path or a url argument.- Author:
- Kevin Roast
-
-
Constructor Summary
Constructors Constructor Description UrlPathHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOriginatingRequestUri(javax.servlet.http.HttpServletRequest request)java.lang.StringgetRequestUri(javax.servlet.http.HttpServletRequest request)-
Methods inherited from class org.springframework.web.util.UrlPathHelper
decodeMatrixVariables, decodePathVariables, decodeRequestString, determineEncoding, getContextPath, getDefaultEncoding, getLookupPathForRequest, getLookupPathForRequest, getOriginatingContextPath, getOriginatingQueryString, getOriginatingServletPath, getPathWithinApplication, getPathWithinServletMapping, getServletPath, isUrlDecode, removeSemicolonContent, setAlwaysUseFullPath, setDefaultEncoding, setRemoveSemicolonContent, setUrlDecode, shouldRemoveSemicolonContent
-
-
-
-
Method Detail
-
getRequestUri
public java.lang.String getRequestUri(javax.servlet.http.HttpServletRequest request)
- Overrides:
getRequestUriin classorg.springframework.web.util.UrlPathHelper
-
getOriginatingRequestUri
public java.lang.String getOriginatingRequestUri(javax.servlet.http.HttpServletRequest request)
- Overrides:
getOriginatingRequestUriin classorg.springframework.web.util.UrlPathHelper
-
-