WICKET-5749 add AuthorizeResource to auth-roles so Resources can be protected too. Merge branch 'sandbox/WICKET-5749'
explain why this merge is necessary, Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/804b557b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/804b557b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/804b557b Branch: refs/heads/pr-86-media_tags Commit: 804b557b110e5049e0ad298a5fcd335c198ac452 Parents: 05b32f5 da49053 Author: Carl-Eric Menzel <[email protected]> Authored: Tue Feb 24 10:01:16 2015 +0100 Committer: Carl-Eric Menzel <[email protected]> Committed: Tue Feb 24 10:01:16 2015 +0100 ---------------------------------------------------------------------- .../AnnotationsRoleAuthorizationStrategy.java | 22 +++ .../role/annotations/AuthorizeResource.java | 47 +++++ ...nnotationsRoleAuthorizationStrategyTest.java | 197 +++++++++++++++++-- 3 files changed, 247 insertions(+), 19 deletions(-) ----------------------------------------------------------------------
