You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/06/18 16:42:41 UTC

[6/6] git commit: Merge branch '5012-authorize-resources'

Merge branch '5012-authorize-resources'


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8681cc90
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8681cc90
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8681cc90

Branch: refs/heads/master
Commit: 8681cc902b65b65cfd2c3dbc55bcb159b0f9c57b
Parents: 604a075 ca2dcfa
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jun 18 16:42:10 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jun 18 16:42:10 2013 +0200

----------------------------------------------------------------------
 .../role/AbstractRoleAuthorizationStrategy.java |   4 +-
 .../authorization/IAuthorizationStrategy.java   |  31 +++++-
 .../IUnauthorizedResourceRequestListener.java   |  36 +++++++
 .../CompoundAuthorizationStrategy.java          |  17 +++-
 .../action/ActionAuthorizationStrategy.java     |  15 +--
 .../page/AbstractPageAuthorizationStrategy.java |  14 +--
 .../page/SimplePageAuthorizationStrategy.java   |   2 +-
 .../ListenerInterfaceRequestHandler.java        |   2 +-
 .../resource/ResourceRequestHandler.java        |  42 ++++++--
 .../wicket/settings/ISecuritySettings.java      |  14 +++
 ...aultUnauthorizedResourceRequestListener.java |  55 ++++++++++
 .../wicket/settings/def/SecuritySettings.java   |  27 ++++-
 .../org/apache/wicket/AuthorizationTest.java    |  36 +------
 .../wicket/ajax/AjaxBehaviorEnabledTest.java    |  15 +--
 .../ComponentIsRenderedAllowedTest.java         |  11 +-
 .../markup/html/form/login/InterceptTest.java   |  14 +--
 .../markup/html/internal/EnclosureTest.java     |  10 +-
 .../redirect/intercept/InterceptTest.java       |  10 +-
 .../resource/ResourceAuthorizationTest.java     | 101 +++++++++++++++++++
 .../wicket/util/tester/WicketTesterTest.java    |   2 +-
 .../authentication1/SignInApplication.java      |  11 +-
 .../authentication2/SignIn2Application.java     |  10 +-
 .../http/handler/ErrorCodeRequestHandler.java   |   2 +-
 23 files changed, 331 insertions(+), 150 deletions(-)
----------------------------------------------------------------------