[ https://issues.apache.org/jira/browse/WICKET-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Igor Vaynberg updated WICKET-563: --------------------------------- Fix Version/s: (was: 1.3.0-rc1) 1.4.0-alpha we cant do this for 1.3 as it will break everything out there like juergen said. lets reconsider it for 1.4 > 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.4.0-alpha > > 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.