[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2013-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #9 from Konstantin Kolinko --- Fixed in Tomcat 6 by r1476547 , will be in 6.0.37. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #8 from Konstantin Kolinko --- This issue affects the cache used by org.apache.juli.OneLineFormatter in Tomcat 6. The AccessLogValve is not affected (it does not have such cache there). Other JULI components are not affected.

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #4 from Mark Thomas --- Thanks for the detailed report. A code review suggests that AccessLogValve.DateFormatCache has some issues (e.g. offset is never set). I have started work on a unit test and that appears to have uncovere

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #3 from Casey Lucas --- I changed log format to the one requested (had to add a 't' to the after {begin} and {end}: %{X-Tomcat-Session}i,%S,%{X-Forwarded-For}i,%h,%u,%{begin:-MM-dd HH:mm:ss.SSSZ}t,"%r",%s,%b,%p,%{Referer}i,

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #2 from Casey Lucas --- I restarted earlier today with an updated pattern trying to get some more useful information. The format was not the one you recommended (since it was before your request) but I added: %I - thread - in

[Bug 54044] AccessLogValve using stale date/time with SimpleDateFormat

2012-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54044 --- Comment #1 from Rainer Jung --- Note that begin times can be old if your request take a long time to finish. Can you please add %D to your pattern, which will output the request duration in milliseconds. This is to check, whether the o