Patches item #1534600, was opened at 2006-08-04 16:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1534600&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jean-Baptiste Quenot (quenotj)
Assigned to: Nobody/Anonymous (nobody)
Summary: auth-roles: allow subclasses in InstantiationPermissions

Initial Comment:
Using wicket-auth-roles 1.2.1, what about using
MetaDataRoleAuthorizationStrategy.authorize(MyAuthenticatedPage.class,
"USER"); to authorize MyAuthenticatedPage and all its
subclasses?  That allows the programmer to be more
concise, without the need to authorize one by one every
subclass of MyAuthenticatedPage.

The attached patch authorizes the requested component
also if it is a subclass of one of the authorized classes.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1534600&group_id=119783

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to