You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/20 20:59:42 UTC

[jira] [Commented] (WICKET-6343) Add hook method for exception handling to StatelessChecker

    [ https://issues.apache.org/jira/browse/WICKET-6343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933543#comment-15933543 ] 

ASF subversion and git services commented on WICKET-6343:
---------------------------------------------------------

Commit 18ac7db2c9b60be649d79c939b8848726035b57c in wicket's branch refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=18ac7db ]

WICKET-6343 Add hook method for exception handling to StatelessChecker

Remove useless javadoc


> Add hook method for exception handling to StatelessChecker
> ----------------------------------------------------------
>
>                 Key: WICKET-6343
>                 URL: https://issues.apache.org/jira/browse/WICKET-6343
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-devutils
>    Affects Versions: 8.0.0-M4
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 8.0.0-M5
>
>
> From https://github.com/apache/wicket/pull/215:
> {code}
> I used StatelessChecker from wicket-devutils, It is verifying whether it is StatelessPage or not.
> Currently, when it is not StatelessPage, StatelessChecker throw exceptions always.
> I logged an error and thought there was a use case I would like to check later.
> I implemented a hook method based on #208 feedback and add StatelessCheckFailureException.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)