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)
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
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
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
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
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
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