Hi Gonzalo, So, your problem seems like this: - The toolbox displayed ADD button because the user has proper access rights. - Sometimes, when the user tried to add a portlet into the page, the user meets security exceptions with the system logging "guest" user instead of the authenticated user name.
A possible cause is that a new session was created when the user tried to add a portlet for some reason. However, I cannot figure out the reasons more because the problem seems like your specific portal application issue to me. Woonsan ----- Original Message ---- > From: Gonzalo Aguilar Delgado <[email protected]> > To: Jetspeed Developers List <[email protected]> > Sent: Wed, May 12, 2010 1:49:01 PM > Subject: Re: Insufficient Rights > > This page has security > constraints <security-constraints-ref>euromaster-manager</security-constraints-ref> gaguilar > (example) has role euromaster-manager... Why it performs as guest when > even the toolbar it showing the add button? Some parts of the system believe > that is gaguilar and others that's guest... Why? Contents of > the page (all those portlets where added by the user gaguilar without > touching anything at all in the portal config. The only thing that changed is > that it was some time ago): <page > id="/Euromaster/euromaster-dashboard-page.psml" hidden="false"> > > <security-constraints> <security-constraints-ref>euromaster-manager</security-constraints-ref> > </security-constraints> <title>Euromaster > Dashboards</title> <short-title>Euromaster > Dashboards</short-title> <fragment id="data-entry-01" > type="layout" name="jetspeed-layouts::VelocityTwoColumns"> > <fragment id="lead-search" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="row" > value="0"></property> > <property name="column" value="0"></property> > </fragment> <fragment > id="P-12888000f54-10003" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="1"></property> > <property name="row" value="0"></property> > </fragment> <fragment > id="P-128880f0d49-10004" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="0"></property> > <property name="row" value="1"></property> > </fragment> <fragment > id="P-128881849fe-10005" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="1"></property> > <property name="row" value="1"></property> > </fragment> <fragment > id="P-128881b2e5a-10006" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="0"></property> > <property name="row" value="2"></property> > </fragment> <fragment > id="P-128881ca359-10007" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="1"></property> > <property name="row" value="2"></property> > </fragment> <fragment > id="P-128882857fa-10008" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="0"></property> > <property name="row" value="3"></property> > </fragment> <fragment > id="P-128882bbdba-10009" > type="portlet" name="crm-report-war::crm-report-chartviewer"> > <property name="column" > value="1"></property> > <property name="row" value="3"></property> > </fragment> </fragment> > <metadata name="title" xml:lang="fr">Euromaster pane > de control</metadata> <metadata name="title" > xml:lang="es">Panel de control Euromaster</metadata> > <defaults > layout-decorator="level2crm" portlet-decorator="jetspeed"></defaults> </page> ____________________________________ > Gonzalo Aguilar Delgado Consultor CRM - Ingeniero > en Informática M. +34 > 607814276 El mié, 12-05-2010 a las 13:17 > +0200, Gonzalo Aguilar Delgado escribió: > > /Euromaster/euromaster-dashboard-page.psml --------------------------------------------------------------------- To > unsubscribe, e-mail: > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] For > additional commands, e-mail: > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
