From 0337a427902ea40406845a597d17cc27dfcb9c4d Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Mon, 14 May 2018 14:34:03 +0000 Subject: [PATCH] Add invalid host names to the error logged by UserDataHelper git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk@1831575 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index d8290f4b3..67738682b 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -556,6 +556,7 @@
  • too many headers, too many parameters (hitting maxHeaderCount or maxParameterCount limits of a connector).
  • +
  • invalid host names
  • Other errors triggered by invalid input data may be added to this system in later versions.