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 2013/01/30 11:07:12 UTC

[jira] [Created] (WICKET-5012) Implement authorization for resources

Martin Grigorov created WICKET-5012:
---------------------------------------

             Summary: Implement authorization for resources
                 Key: WICKET-5012
                 URL: https://issues.apache.org/jira/browse/WICKET-5012
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.5.0
            Reporter: Martin Grigorov


Currently org.apache.wicket.authorization.IAuthorizationStrategy is focused only on Components.
There is no way to secure an IResource mounted with WebApplication#mountResource(ResourceReference) or implicitly at /wicket/resource/com.example.MyComponent/some.res

The API cannot be changed before Wicket 7. Until then applications can use custom root request mapper/handler to accomplish the same.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira