From: kkolinko Date: Mon, 1 Aug 2011 09:53:04 +0000 (+0000) Subject: Remove resolveHosts attribute from AccessLogValve configuration in the default server... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e29b75b9002b75ee2b1698b65165f786b0b64cb3;p=tomcat7.0 Remove resolveHosts attribute from AccessLogValve configuration in the default server.xml. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1152719 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/server.xml b/conf/server.xml index e993fcb51..6bedbf004 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -132,9 +132,9 @@ - + pattern="%h %l %u %t "%r" %s %b" /> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e87b7a1f0..14cf91572 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -231,6 +231,11 @@ Update optional CheckStyle library to 5.4. (kkolinko) + + Remove resolveHosts attribute from AccessLogValve + configuration in the default server.xml. It was documented + in 7.0.19 that it has no effect. (kkolinko) +