2 Aug
2002
2 Aug
'02
9:14 p.m.
Wade Leftwich writes:
I have a Product that contains several nested ZClasses. I'm trying to allow an anonymous user (actually a Xron object) to call a method on an inner class that will modify some object attributes. I have given the method a proxy role of Manager, but calling it still raises a login prompt. If I don't log in, I get 'not authorized to manage_changeProperties'. You know, that a proxy role affects only the code executed directly in the executable. It has no effect in calls done in the executable: proxy roles are not inherited by the callee.
Dieter