Remove resolveHosts attribute from AccessLogValve configuration in the default server...
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Aug 2011 09:53:04 +0000 (09:53 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Aug 2011 09:53:04 +0000 (09:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1152719 13f79535-47bb-0310-9956-ffa450edef68

conf/server.xml
webapps/docs/changelog.xml

index e993fcb..6bedbf0 100644 (file)
         <!-- Access log processes all example.
              Documentation at: /docs/config/valve.html
              Note: The pattern used is equivalent to using pattern="common" -->
-        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"  
+        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
                prefix="localhost_access_log." suffix=".txt"
-               pattern="%h %l %u %t &quot;%r&quot; %s %b" resolveHosts="false"/>
+               pattern="%h %l %u %t &quot;%r&quot; %s %b" />
 
       </Host>
     </Engine>
index e87b7a1..14cf915 100644 (file)
       <update>
         Update optional CheckStyle library to 5.4. (kkolinko)
       </update>
+      <update>
+        Remove <code>resolveHosts</code> attribute from AccessLogValve
+        configuration in the default <code>server.xml</code>. It was documented
+        in 7.0.19 that it has no effect. (kkolinko)
+      </update>
     </changelog>
   </subsection>
 </section>