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

[jira] Resolved: (WICKET-563) Let Application create error pages

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

Juergen Donnerstag resolved WICKET-563.
---------------------------------------

      Assignee: Juergen Donnerstag
    Resolution: Fixed

request related code has been reworked in 1.5. Please IExceptionMapper.

> Let Application create error pages
> ----------------------------------
>
>                 Key: WICKET-563
>                 URL: https://issues.apache.org/jira/browse/WICKET-563
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.3.0-beta1
>            Reporter: Bart Molenkamp
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M2
>
>         Attachments: AbstractRequestCycleProcessor.java.patch, Application.java.patch
>
>
> Improvement to simplify error page creation. Error pages are now created by the Application, by:
> - onAuthorizationException() - for authorization exceptions
> - onPageExpiredException() - for pages that are expired
> - onRuntimeException() - for any other runtime exception
> Whether or not to show the stacktrace in the page is now determined in Application.onRuntimeException() (based on the getUnexpectedExceptionDisplay setting).

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