You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #963 introduced a bug: now every controller method marked with annotation @Catch(Throwable.class) also catches all Result (e.g. RenderTemplate, Redirect etc.)
We need to fix it. @Catch methods should NOT catch exceptions of class Result.
The text was updated successfully, but these errors were encountered:
PR #963 introduced a bug: now every controller method marked with annotation
@Catch(Throwable.class)
also catches allResult
(e.g.RenderTemplate
,Redirect
etc.)We need to fix it.
@Catch
methods should NOT catch exceptions of classResult
.The text was updated successfully, but these errors were encountered: