You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/01/11 11:40:12 UTC

[jira] [Created] (WICKET-4969) RequestCycle#getExceptionRetryCount should be in IRequestCycleSettings

Martin Grigorov created WICKET-4969:
---------------------------------------

             Summary: RequestCycle#getExceptionRetryCount should be in IRequestCycleSettings
                 Key: WICKET-4969
                 URL: https://issues.apache.org/jira/browse/WICKET-4969
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.4.0
            Reporter: Martin Grigorov
            Priority: Minor


org.apache.wicket.request.cycle.RequestCycle#getExceptionRetryCount() defines how many times Wicket should retry to process the request if an error occurs.

If an application wants to change this value it has to provide custom RequestCycle implementation.
This can be simplified by moving this setting to IRequestCycleSettings.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira