Can a Filter know that a connection timeout has occurred?

2008-03-31 Thread Alex Epshteyn
way for my filter to know that a connection has timed out, so I can exclude these requests from my timing statistics? I haven't been able to find much info about how this is implemented. Thanks, Alex -- View this message in context: http://www.nabble.com/Can-a-Filter-know-that-a-connection

Re: Can a Filter know that a connection timeout has occurred?

2008-03-31 Thread Filip Hanik - Dev Lists
you can't know until you request the resource. ie, a timeout can happen at point X, 2 min later, the application does getOutputStream.print, and receives an IOException, obviously the timeout happened X+20sec, not X+2min, so no, no real way to know. for your filter to know that a ioexception