[
https://issues.apache.org/jira/browse/WICKET-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897800#action_12897800
]
Florian Wunderlich commented on WICKET-2979:
--------------------------------------------
You might want to check the given example, sun.awt.exception.handler, which is
about as authoritative as it gets concerning Java UI toolkits, or ponder the
question who else should handle such a Throwable if it is not caught by the
toolkit, or even who CAN handle such a Throwable, as all methods that could be
overridden are declared final.
> 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.