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.
PR #963 introduced a bug: now every controller method marked with annotation
@Catch(Throwable.class)also catches allResult(e.g.RenderTemplate,Redirectetc.)We need to fix it.
@Catchmethods should NOT catch exceptions of classResult.