Error parsing HTTP request header errors in the fedora container #209
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
Issue description
There appear to be on occasion, HTTP request header errors in the fedora container tomcat
catalina.out
logsFor an issue, describe steps to reproduce the issue
System setup (OS information, software versions, etc):
Steps:
What's the expected result?
catalina.out
logs. not clear if actual services or requests are denied or dropped.What's the actual result?
Within
catalina.out
logsAdditional details / screenshots
SOLUTION ?
Edit $TOMCAT_HOME/conf/server.xml in the
isle-tomcat
imageEdit the
HTTP/1.1 Connector
entry and set themaxHttpHeaderSize
to “65536” (64Kb in bytes)Example:
<Connector port=""8080"" maxHttpHeaderSize=""65536"" protocol=""HTTP/1.1"" ... />"
The text was updated successfully, but these errors were encountered: