[Java Web] Error parsing HTTP request Header Note:further occurrences of HTTP header parsing errors

Source: Internet
Author: User

Tomcat throws an error when the Mobile client submits an HTTP request to the server:

December 31, 2014 2:32:45 pm Org.apache.coyote.http11.AbstractHttp11Processor Process
Info: Error parsing HTTP Request Header
Note:further occurrences of HTTP header parsing errors'll be logged at DEBUG level.

After debugging, it is found that Tomcat's header buffer size is not enough, only need to add the Maxhttpheadersize field in Server.xml:

<connector uriencoding= "UTF-8" port= "8080" protocol= "Org.apache.coyote.http11.Http11NioProtocol" Usebodyencodingforuri= "false" enablelookups= "false"               connectiontimeout= "20000"               redirectport= "8443" Maxhttpheadersize= "The size you want"/>

However, this problem does not occur with Web submissions, even if the phone repeatedly emphasizes the use of post, and is still suspected because the use of the get causes the header data to be too long.

[Java web]error parsing HTTP request Header Note:further occurrences of HTTP header parsing errors

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.