[Zope-dev] Security Wierdness
Chris Withers
chrisw@nipltd.com
Thu, 26 Jul 2001 10:18:25 +0100
"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.
Welcome to hell ;-)
Chris