Re: No access log line if client aborts

2015-12-02 Thread Mike Wartes
Hi Chris, thanks for your reply. Yeah, I'm sure the request made it to Tomcat. The specific way I have reproduced the problem is by setting a breakpoint on a line in my application code, making a request in a browser, waiting for the breakpoint to get hit, closing the browser tab that made the req

Re: No access log line if client aborts

2015-12-02 Thread Christopher Schultz
Mike, On 12/2/15 2:13 PM, Mike Wartes wrote: > I'm having a problem where requests made to Tomcat that the client aborts > early wind up not producing an access log line. I've reproduced it on > Tomcat 7.0.39 and Tomcat 8.0.28. > > The repro case is pretty easy. Just use a browser to make a reque

No access log line if client aborts

2015-12-02 Thread Mike Wartes
I'm having a problem where requests made to Tomcat that the client aborts early wind up not producing an access log line. I've reproduced it on Tomcat 7.0.39 and Tomcat 8.0.28. The repro case is pretty easy. Just use a browser to make a request to any application endpoint and then close the browse