[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/wicket/pull/99 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread duesenklipper
GitHub user duesenklipper opened a pull request: https://github.com/apache/wicket/pull/99 WICKET-5749 add AuthorizeResource to auth-roles so Resources can be prot... WICKET-5749 add AuthorizeResource to auth-roles so Resources can be protected too. Also cleaned up and

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/99#discussion_r25233381 --- Diff: wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategyTest.java

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread martin-g
Github user martin-g commented on the pull request: https://github.com/apache/wicket/pull/99#issuecomment-75711898 LGTM! Just small nitpicks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/99#discussion_r25233416 --- Diff: wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java ---

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/99#discussion_r2520 --- Diff: wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategy.java ---

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/99#discussion_r2522 --- Diff: wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AuthorizeResource.java --- @@ -0,0 +1,42 @@

[GitHub] wicket pull request: WICKET-5749 add AuthorizeResource to auth-rol...

2015-02-23 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/wicket/pull/99#discussion_r25233348 --- Diff: wicket-auth-roles/src/test/java/org/apache/wicket/authroles/authorization/strategies/role/annotations/AnnotationsRoleAuthorizationStrategyTest.java