ASF Bugzilla – Attachment 31711 Details for
Bug 56620
Bogus access log entries with status 503 and date in year 1970 (the epoch) when pausing NIO connector
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2014-06-13_tc8_56620_debug.patch
2014-06-13_tc8_56620_debug.patch (text/plain), 706 bytes, created by
Konstantin Kolinko
on 2014-06-13 12:40:10 UTC
(
hide
)
Description:
2014-06-13_tc8_56620_debug.patch
Filename:
MIME Type:
Creator:
Konstantin Kolinko
Created:
2014-06-13 12:40:10 UTC
Size:
706 bytes
patch
obsolete
>Index: java/org/apache/catalina/valves/AbstractAccessLogValve.java >=================================================================== >--- java/org/apache/catalina/valves/AbstractAccessLogValve.java (revision 1602359) >+++ java/org/apache/catalina/valves/AbstractAccessLogValve.java (working copy) >@@ -628,6 +628,10 @@ > * (duration) from the interface. > */ > long start = request.getCoyoteRequest().getStartTime(); >+ if (start == -1) { >+ // Request processing has not started yet >+ log.warn("Unexpected timestamp", new Throwable()); >+ } > Date date = getDate(start + time); > > CharArrayWriter result = charArrayWriters.pop();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 56620
: 31711 |
31712
|
31713