[Zope-CMF] Security on Skins
Dieter Maurer
dieter@handshake.de
Wed, 12 Sep 2001 09:43:39 +0200 (CEST)
Chris Withers writes:
> > I think, that is not a serious problem.
> >
> > Just skip the security files during folder scanning.
> > When you process your object, you look around whether
> > it has an associated security file and apply its content.
>
> But won't that mean monkey-patching all the CMF content base classes? That's
> even worse than patching DirectoryView.py...
Make a proposal, implement it and build it in your FS ZSQL methods
(probably in a base class, usable by other FS methods, too).
Then advertise and let the next CMF version have it.
You know, we can soon hope to have open CVS repositiories, hopefully ;-)
Dieter