Hello.
I got into the problem that after login with the standard LoginUser action (Turbine 3.1)
the ACL was not set completely to the rights of the logged in user.
When the user does a reload of the page, the ACL is set completely.
It seems to me, that the ACL gets party built before the Login is done.
Using our own Login Action and adding


AccessControlList acl = TurbineSecurity.getACL(user);
data.setACL(acl);

after

data.save();

in the LoginUser action fixes it.
I this a known Issue to turbine?

Greetings

--
Thomas Schmidt ([EMAIL PROTECTED])
SUSE Linux Products GmbH :: Research & Development :: Internal Tools
"Wir sind nicht in Vietnam, sondern beim Bowling. Hier gibt es Regeln."
John Goodman in Big Lebowsky

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



Reply via email to