in AccessLogValve is broken due to type "yyy" instead of "yyyy".
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1144833 13f79535-47bb-0310-9956-
ffa450edef68
private class Cache {
/* CLF log format */
- private static final String cLFFormat = "dd/MMM/yyy:HH:mm:ss";
+ private static final String cLFFormat = "dd/MMM/yyyy:HH:mm:ss";
/* Second used to retrieve CLF format in most recent invocation */
private long previousSeconds = 0L;
<add>
Add option to activate AccessLog for unit tests. (rjung)
</add>
+ <fix>
+ Fix regression in year number formatting for AccessLogValve. (rjung)
+ </fix>
</changelog>
</subsection>
<subsection name="Cluster">