cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security - New directory

2001-06-11 Thread taylor
taylor 01/06/11 00:07:22 jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed/lib village-1.5.1-dev.jar flux.jar village-1.5.jar

2001-06-11 Thread taylor
taylor 01/06/11 00:03:44 Added: lib village-1.5.1-dev.jar Removed: lib flux.jar village-1.5.jar Log: updated village-jar to the same jar in the TDK 2.1 Revision ChangesPath 1.1 jakarta-jetspeed/lib/village-1.5.1-dev.jar <>

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security RoleBrowserAction.java RoleUpdateAction.java UserBrowserAction.java UserUpdateAction.java

2001-06-11 Thread taylor
taylor 01/06/11 00:09:04 Added: src/java/org/apache/jetspeed/modules/actions/portlets/security RoleBrowserAction.java RoleUpdateAction.java UserBrowserAction.java UserUpdateAction.java Log: new security actions for filling context a

Portlet Parameters ???

2001-06-11 Thread Norman Schöneich
Any idea, how i can get the portlet-specific parameters from a users PSML-file ? I tried to change the CustomizePortlet, where all PortletEntries are retrieved by the method getUsersPortlets( data, usersHTMLPortlets, MimeType.HTML ) ; like: Entry entry = ( Entry )usersHTMLPortlets.elementAt( i

Re: Portlet Parameters ???

2001-06-11 Thread Raphaël Luta
Norman Schöneich wrote: > Any idea, how i can get the portlet-specific parameters from a users > PSML-file ? > > I tried to change the CustomizePortlet, where all PortletEntries are > retrieved by the > method getUsersPortlets( data, usersHTMLPortlets, MimeType.HTML ) ; > like: > > Entry entr

Portlet Parameters ???

2001-06-11 Thread Norman Schöneich
I need no answer. I find it out ! Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Portlet Parameters ???

2001-06-11 Thread Norman Schöneich
Thanks Raphaël ! What's about the new release ? Is there any release date planned for ? One question. Does the new release of the portlet API handles persistence to RDBMS rather than to filesystem. What's about Castor JDO, Jetspeed uses Castor XML anyway. I'm able to personalize portlets with the

Re: AW: Portlet Parameters ???

2001-06-11 Thread Raphaël Luta
Norman Schöneich wrote: > Thanks Raphaël ! > > What's about the new release ? Is there any release date planned for ? ASAP. ie when we're sufficiently confident in the stability of the newly committed features and that documentation is updated. Any help appreciated to make this happen faster :

Security stuff...

2001-06-11 Thread Jon Stevens
on 6/11/01 12:09 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Criteria criteria = new Criteria(); > RoleSet roles = JetspeedSecurity.getRoles(criteria); > context.put("roles", roles.getRolesArray()); Why are you putting roles into the context? Security

Re: Security stuff...

2001-06-11 Thread David Sean Taylor
> Why are you putting roles into the context? Security checks should happen on > a permission level, not on a role level. > Its not a security check I am putting *all* the roles from the TURBINE_ROLE table into the context. Necessary for role-browser.vm to list all the roles in the system.

Re: Security stuff...

2001-06-11 Thread Jon Stevens
on 6/11/01 1:18 PM, "David Sean Taylor" <[EMAIL PROTECTED]> wrote: > I am putting *all* the roles from the TURBINE_ROLE table into the context. > Necessary for role-browser.vm to list all the roles in the system. Not really a pull design...but ok...I get it... -jon -- "Open source is not avai

Re: Security stuff...

2001-06-11 Thread David Sean Taylor
> Not really a pull design...but ok...I get it... > That part works just like flux, except that the velocity screen is an html fragment. Im sorry but I don't understand why it isn't really pull design. The action puts the roles into the context, and then the template pulls each role out with a '