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

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -