On 10.11.2010 04:38, sebb wrote:
The private static fields timezone and timeZone[No]DST are not final,
but appear to be shared between threads.
The method that creates them is synchronised, but methods that read
them don't appear to be.
It would be safer to make these fields final and create them in a
static block (or equivalent).

Thanks, done. Updated patch at:

http://people.apache.org/~rjung/patches/tomcat-trunk-accesslog-extended-timestamp-v2.patch

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

Reply via email to