Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parsing HTTP request header errors in the fedora container #209

Open
g7morris opened this issue Mar 26, 2019 · 0 comments
Open

Error parsing HTTP request header errors in the fedora container #209

g7morris opened this issue Mar 26, 2019 · 0 comments
Assignees
Labels
Bug A bug in one of the images or containers. ISLE-FEDORA Related to the Docker ISLE-Fedora image ISLE-IMAGES Related to the Docker ISLE-ImageServices image ISLE-SOLR Related to the Docker ISLE-Solr image isle-tomcat ISLE-v.1.1.3

Comments

@g7morris
Copy link
Member

Issue description

There appear to be on occasion, HTTP request header errors in the fedora container tomcat catalina.out logs

For an issue, describe steps to reproduce the issue

System setup (OS information, software versions, etc):

Steps:

  1. Hard to reproduce as this seems to be a request that either exceeds a tomcat request / session size parameter or is subject to a datacenter environment and Internet access conditions.
What's the expected result?
  • No errors in catalina.out logs. not clear if actual services or requests are denied or dropped.
What's the actual result?

Within catalina.out logs

Sep 16, 2018 3:08:34 AM org.apache.coyote.http11.AbstractHttp11Processor process
INFO: Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.

Additional details / screenshots

SOLUTION ?

  • Edit $TOMCAT_HOME/conf/server.xml in the isle-tomcat image

  • Edit the HTTP/1.1 Connector entry and set the maxHttpHeaderSize to “65536” (64Kb in bytes)

Example:
<Connector port=""8080"" maxHttpHeaderSize=""65536"" protocol=""HTTP/1.1"" ... />"

@g7morris g7morris added Bug A bug in one of the images or containers. ISLE-FEDORA Related to the Docker ISLE-Fedora image ISLE-IMAGES Related to the Docker ISLE-ImageServices image ISLE-SOLR Related to the Docker ISLE-Solr image isle-tomcat ISLE-v.1.1.2 labels Mar 26, 2019
@g7morris g7morris reopened this Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in one of the images or containers. ISLE-FEDORA Related to the Docker ISLE-Fedora image ISLE-IMAGES Related to the Docker ISLE-ImageServices image ISLE-SOLR Related to the Docker ISLE-Solr image isle-tomcat ISLE-v.1.1.3
Projects
None yet
Development

No branches or pull requests

2 participants