Aurelien,

Thanks for catching that. I think that the correct call should be:

pc.setSecurityRef(getSecurityReference(entry, null));

The 2nd parameter is never used (I don't know why it's there). The problem
is that we need to pass psml 'entry' to getPortletConfig. Can you open a
Bugzilla bug for this or do you want me to?

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -----Original Message-----
> From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 29, 2003 3:25 AM
> To: 'Jetspeed Developers List'
> Subject: RE: CVS Security broken ?
>
>
>
> Here are the lines (401):
>
>         //pc.setSecurityRef(portletEntry.getSecurityRef());
>         pc.setSecurityRef(getSecurityReference(null, portletEntry));
>
> when going in debug, the portletEntry.getSecurityRef() returns mine, where
> as the new way always returns default security, as it never checks for the
> portletEntry in parameter....
>
> Does it "speak" to anyone here ? :)
>
> Aurelien Pernoud a �crit :
>
> > OK I'm nearly finding what's going wrong, some recent changes in
> > jetspeedportletfactoryservice broke my stuff.
> >
> > Coming with a patch :)
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to