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

Martijn Dashorst updated WICKET-563:
------------------------------------

    Fix Version/s:     (was: 1.4-M1)
                   1.5-M1

> 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
>             Fix For: 1.5-M1
>
>         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.

Reply via email to