I working in a simple cms where user can manage a filesystem like structure it can create TextDocs and Binary files I develop a simple Acl system for use with this objects each object has three rolls ObjectAdmin ObjectEditor and ObjectReader later admin can manager what groups beyong to each roll, i use checkAcces in my components combined with this acl and it works as expected i have only a problem when added binary files as app resources beacuse they are accesibles for every body i want that this binary files that are in my object db system can be accesible as app resources because in this way are cacheables as if they was plain files
On 10/31/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > We certainly should do. What's your use case? > > Eelco > > On 10/31/05, pepone pepone <[EMAIL PROTECTED]> wrote: > > Hello > > > > I developing a wicket app that need to check Access to app resources > > > > any ideas for implementing this feature? > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the JBoss Inc. > > Get Certified Today * Register for a JBoss Training Course > > Free Certification Exam for All Training Attendees Through End of 2005 > > Visit http://www.jboss.com/services/certification for more information > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
