Ability to set the ExceptionErrorPage in ApplicationSettings
------------------------------------------------------------

                 Key: WICKET-1357
                 URL: https://issues.apache.org/jira/browse/WICKET-1357
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.1
            Reporter: Doug Leeper
             Fix For: 1.4-M1


Would like to have the ability to set the ExceptionErrorPage.  This would be 
similar to setting the PageExpiredErrorPage. 
(IApplicationSettings.setPageExpiredErrorPage())

This would allow allow an unhandled RuntimeException to be handled properly by 
the application in a fashion appropriate for their support teams (i.e. auto 
email sent out) and displayed in a similar fashion as the rest of the site.

Leave the default ExceptionErrorPage as the default but allow the user to set 
as needed.

Would need to change 
org.apache.wicket.request.AbstractRequestCycleProcessor.respond(RuntimeException
 e, RequestCycle requestCycle)

-- 
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