On the HttpServletRequest
object, assuming that the calling URL is not encoded, can assume that:
getContextPath()+getServletPath()+getPathInfo()==getRequestURI()
is always true?
I'm pretty sure the answer is yes but the getRequestURI
is somehow obscure in describing what it exactly is.