Java gets the URL method difference for request

Source: Internet
Author: User

1, Request.getrequesturl ()

Return the full URL, Includes the HTTP protocol, port number, servlet name, and mapping path, but it does not contain request parameters.
2, Request.getrequesturi ()

GET request A partial value of the URL, and the Web container has no decode

3, Request.getcontextpath ()  
Returns the context of the request.

4, Request.getservletpath ()  
Returns a partial URL to the calling servlet.

5, Request.getquerystring ()  
Returns the query string after the URL path

Example:

current url:http:// LOCALHOST:8080/CARSILOGCENTER_NEW/IDPSTAT.JSP?ACTION=IDP.SPTOPN

request.getRequestURL ()   http://localhost:8080/CarsiLogCenter_new/idpstat.jsp
Request.getrequesturi ()/carsilogcenter_new/idpstat.jsp
Request.getcontextpath ()/carsilogcenter_new
Request.getservletpath ()/idpstat.jsp

Request.getquerystring () action=idp.sptopn


Source: http://blog.csdn.net/gris0509/article/details/6340987

From for notes (Wiz)

Java gets the URL method difference for request

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.