The PrepareInterceptor seems to have a bug; any exceptions that occur
in the prepare{MethoName} methods are being caught and ignored.
It should be re-throwing the exception so that normal Exception
handing logic will occur (in the Exception Interceptor).

Exception that occur in prepare() are not caught which is correct but
those that occur in prepare{MethodName} are being caught then ignored.

I've created a JIRA issue WW-3559
https://issues.apache.org/jira/browse/WW-3559 which includes a patch
to fix this.

Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to