Thank you Mark.
Pierre > -----Original Message----- > From: Mark Orciuch [mailto:[EMAIL PROTECTED] > Sent: vendredi, 14. mars 2003 17:09 > To: Jetspeed Users List > Subject: RE: allow-if-owner > > > > > > One more question : > > Is it possible to cumulate an "allow-if-owner" element with > one or more > > "allow-if role=...", meaning "allow if (owner AND role=... > OR role=...)" ? > > > > I think that it means "allow if (owner OR role=... OR > role=...)". So you > could, for example, grant access to owner or admin: > > <access action="*"> > <allow-if-owner/> > </access> > <access action="*"> > <allow-if role="admin"/> > </access> > > > Indeed I want to allow some of my users to customize their > portal and not > > the others, but I also don't want that anybody can see > anybody else's psml > > pages. > > > > Best regards, > > Mark Orciuch - [EMAIL PROTECTED] > Jakarta Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
