RE: JSPwriterImpl generates IO exception while processing that gets forwarded.

2009-07-25 Thread Leonard Gestrin
Hi Martin, The filter is just a pass through to application code - it only gets to work if there is runtime exception coming back from processing request. ErrorHandlerFilter is mapped to REQUEST, FORWARD, INCLUDE It has Try{ filterChain.doFilter(request, response); } catch (throwable th)

RE: JSPwriterImpl generates IO exception while processing that gets forwarded.

2009-07-25 Thread Leonard Gestrin
your responses; -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Saturday, July 25, 2009 6:48 PM To: Tomcat Users List Subject: RE: JSPwriterImpl generates IO exception while processing that gets forwarded. > From: Leonard Gestrin [m

JSPwriterImpl generates IO exception while processing that gets forwarded.

2009-07-25 Thread Leonard Gestrin
Hello, This is my second attempt to get anyone's opinion if what's happening is a defect or it can be prevented somehow. I hope it generates more replies. In my webapp application I have servlet filter that handles error handling for runtime exceptions; when such exception happens, it forwards

java.io.IOException: Stream closed org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) on forward while processing jsp:include

2009-07-20 Thread Leonard Gestrin
Hello, In my application I have servlet filter that handles error handling for runtime exceptions; when such exception happens, it forwards request to error page where user-frienldy error is presented. It works fine for most of the cases, however, if runtime exception happens during processing

solution RE: request.getSession() generates IllegalStateException in top filter(appears, response not being recycled properly if SocketException happenedfor it in the past)

2009-04-17 Thread Leonard Gestrin
mcat Users List Subject: RE: request.getSession() generates IllegalStateException in top filter(appears, response not being recycled properly if SocketException happenedfor it in the past) > From: Leonard Gestrin [mailto:leonard.gest...@markettools.com] > Subject: request.getSes

RE: request.getSession() generates IllegalStateException in top filter(appears, response not being recycled properly if SocketException happenedfor it in the past)

2009-04-16 Thread Leonard Gestrin
pears, response not being recycled properly if SocketException happenedfor it in the past) > From: Leonard Gestrin [mailto:leonard.gest...@markettools.com] > Subject: request.getSession() generates IllegalStateException in top > filter(appears, response not being recycled properly if S

request.getSession() generates IllegalStateException in top filter (appears, response not being recycled properly if SocketException happened for it in the past)

2009-04-15 Thread Leonard Gestrin
Hello, This is my first post on the list and I've been using tomcat for few years, so I want to start off stating that it is an excellent product. However, I've ran into an issue, which I am not sure what to do about. We have jsp that displays multiple images, which is being written directly to