Author: schultz Date: Thu Jul 2 19:00:19 2015 New Revision: 1688885 URL: http://svn.apache.org/r1688885 Log: Fix typo for date/time format specifiers.
Modified: tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java?rev=1688885&r1=1688884&r2=1688885&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java (original) +++ tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java Thu Jul 2 19:00:19 2015 @@ -76,7 +76,6 @@ import org.apache.tomcat.util.collection * <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 @@ -873,7 +872,7 @@ public abstract class AbstractAccessLogV } /** - * 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org