java - Relations among the methods to access parts of URL in HttpServletRequest object -
on httpservletrequest object, assuming calling url not encoded, can assume that:
getcontextpath()+getservletpath()+getpathinfo()==getrequesturi() true?
i'm pretty sure answer yes getrequesturi somehow obscure in describing is.
Comments
Post a Comment