26 Jul
2001
26 Jul
'01
3:19 p.m.
On 26 Jul 2001 10:18:25 +0100, Chris Withers wrote:
"Michael R. Bernstein" wrote:
On 26 Jul 2001 10:08:23 +0100, Chris Withers wrote:
"Michael R. Bernstein" wrote:
Can anyone help diagnose this?
Are you subclassing from anything that inherits from SimpleItem?
I'm subclassing directly from SimpleItem. Is this a problem?
SimpleItem allows public access to all attributes of any class that subclasses from it.
Ok. I assume that doing 'security.setDefaultAccess("allow")' in my class will fix things?
Welcome to hell ;-)
Any other security pitfalls I need to be wary of? Thanks, Michael Bernstein.