* Simple date format for the creation date ISO representation (partial).
*/
protected static final SimpleDateFormat creationDateFormat =
- new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
+ new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'", Locale.US);
/**
Log a failure if access log file cannot be opened. (kkolinko)
</fix>
<fix>
- Always use en_US as locale for timestamps in ExtendedAccessLogValve.
+ Use en_US as locale for timestamps in ExtendedAccessLogValve.
(rjung)
</fix>
+ <fix>
+ Use en_US as locale for creationdate in WebdavServlet. (rjung)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">