Re: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-29 Thread Santiago Gala
David Sean Taylor wrote: >>>I suspect that the proxies are causing double the objects to >>> >>> >>be created >> >> >>>per request. Im still not convinced that this is a good >>> >>> >>solution to the >> >> >>>security issue. (please convince me :) >>> >>> >>> >>Thin

Re: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-28 Thread Santiago Gala
David Sean Taylor wrote: > > >>-Original Message- >>From: Santiago Gala [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, May 28, 2002 9:07 AM >>To: Jetspeed Developers List >>Subject: Re: Security for Portlet State (customize, maximize, >>minimize, cl ose) not working >> >> >>Glenn Golden

Re: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-28 Thread Santiago Gala
Glenn Golden wrote: >David - > >If you see the logic in how the default permissions work now, then what's >the point of having the roles and the ACL in there at all? > >As the code is curreltly written, the only part of the system that actually >checks against the ACL is BasePortletSet, when deci

RE: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-23 Thread Glenn Golden
o it's used consistently in the proper places). - Glenn > -Original Message- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 11:00 AM > To: 'Jetspeed Developers List' > Subject: RE: Security for Portlet State (customi

RE: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-22 Thread Glenn Golden
> -Original Message- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:01 PM > To: Jetspeed Developers List > Subject: Re: Security for Portlet State (customize, maximize, > minimize, close) not working > > > > > Glenn Golden wro

Re: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-22 Thread Paul Spencer
Glenn Golden wrote: > Define the role "user" permissions in the admin interface - leave only > "view" checked. > > Portlets for a user (the user has role "user" only) still have minimize, > maximize, close, configure icons. > > When VelocityPortletContril.buildActionList() checks permissions:

RE: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-22 Thread Glenn Golden
Further thoughts... We seem to have two conflicting security definition mechanisms: * * * 1) From the admin interface, one can define roles and assign them to users. The roles contain a set of permissions for the user. * * * 2) From the jr.p config file, one can define default permissions: s

RE: Security for Portlet State (customize, maximize, minimize, close) not working

2002-05-22 Thread David Sean Taylor
> -Original Message- > From: Glenn Golden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 7:23 AM > To: Jetspeed-Dev ([EMAIL PROTECTED]) > Subject: Security for Portlet State (customize, maximize, > minimize, close) not working > > > Define the role "user" permissions in t