You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2015/07/02 21:06:53 UTC

svn commit: r1688889 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java

Author: schultz
Date: Thu Jul  2 19:06:52 2015
New Revision: 1688889

URL: http://svn.apache.org/r1688889
Log:
Back-port an adaptation of r1688885 to fix Javadoc typo for date/time format specifiers.

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java?rev=1688889&r1=1688888&r2=1688889&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java Thu Jul  2 19:06:52 2015
@@ -83,7 +83,6 @@ import org.apache.tomcat.util.buf.B2CCon
  * <li><b>%s</b> - HTTP status code of the response
  * <li><b>%S</b> - User session ID
  * <li><b>%t</b> - Date and time, in Common Log Format format
- * <li><b>%t{format}</b> - Date and time, in any format supported by SimpleDateFormat
  * <li><b>%u</b> - Remote user that was authenticated
  * <li><b>%U</b> - Requested URL path
  * <li><b>%v</b> - Local server name
@@ -1431,7 +1430,7 @@ public class AccessLogValve extends Valv
     }
 
     /**
-     * write date and time, in configurable format (default CLF) - %t or %t{format}
+     * write date and time, in configurable format (default CLF) - %t or %{format}t
      */
     protected class DateAndTimeElement implements AccessLogElement {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org