[Zope-CMF] RE: Unauthorized problem
Tom Bech
tom.bech@adcore.no
Sat, 25 Aug 2001 11:40:33 +0200
Bah. It turned out that even though I was logged in
properly before initiating the action that ended
up calling the DTML method, the login state is
somehow lost on the way; it was executed in the
context of an anonymous user. At this point, all the
CMF Files had 'private' states, hence the "unauthorized"
exception...
Now I'll have to find out why the portal_membership
status evaporates before reaching the method...
Tom