You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Florian Wunderlich (JIRA)" <ji...@apache.org> on 2010/08/18 18:41:17 UTC

[jira] Reopened: (WICKET-2979) Handle Throwable instead of RuntimeException in RequestCycle.step()

     [ https://issues.apache.org/jira/browse/WICKET-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Wunderlich reopened WICKET-2979:
----------------------------------------


I think a few important points have been raised since this bug has been closed that could improve error handling in Wicket. If there is still consensus that neither of the proposed changes shall be made, please close it again.

> Handle Throwable instead of RuntimeException in RequestCycle.step()
> -------------------------------------------------------------------
>
>                 Key: WICKET-2979
>                 URL: https://issues.apache.org/jira/browse/WICKET-2979
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.9
>            Reporter: Florian Wunderlich
>            Assignee: Martin Grigorov
>
> RequestCycle.java:1346 catches only RuntimeException, thus AssertionError and similar are not caught. In case of an AJAX request, the container will respond with an error page which the user will never see.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.