When working with Websphere 7.0, RuntimeException
s thrown from the Filter.doFilter
are wrapped in a ServletException
, instead of being propagated as they are.
Is there any way of configuring Websphere to throw the original exception instead of wrapping it?