Remove the possibility to configure ExceptionMapper
---------------------------------------------------

                 Key: WICKET-3806
                 URL: https://issues.apache.org/jira/browse/WICKET-3806
             Project: Wicket
          Issue Type: Task
          Components: wicket-core
    Affects Versions: 1.5-RC4
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
             Fix For: 1.5-RC5


Currently there are two ways to react on thrown exception - ExceptionMapper and 
IRequestCycleListener#onException().
Users should use IRequestCycleListener#onException(). The exception mapper is 
used as last resort when the exception is not recognized by Wicket to show the 
configured internal error pages.
With this ticket we will remove the possibility to configure custom 
ExceptionMapper.

Discussed with Igor in IRC.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to