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 2012/06/22 10:56:44 UTC

[jira] [Resolved] (WICKET-4622) Optimize PageExpiredException to not load its stacktrace

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

Martin Grigorov resolved WICKET-4622.
-------------------------------------

    Resolution: Fixed
    
> Optimize PageExpiredException to not load its stacktrace
> --------------------------------------------------------
>
>                 Key: WICKET-4622
>                 URL: https://issues.apache.org/jira/browse/WICKET-4622
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.0.0-RC1
>
>
> The stacktrace of PageExpiredException is useless. 
> It is being thrown at only one place - PageProvider, so it is always the same. But it is really useless for the end user.
> Overriding its #fillInStackTrace() to return null will be a minor performance improvement.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira