[Zope-CMF] Proxy roles for Skins???
Dieter Maurer
dieter@handshake.de
Thu, 22 Aug 2002 22:28:56 +0200
Robert Rottermann writes:
> To reduce clutter and esier managability I moved most elements from the
> custom folder to a skin on the file system.
> Now one of them needs a proxy role. Is there a way to achieve that? (next to
> moving it back to the custom folder)
Chris Withers had extended FSObject such that you can provide
security declarations in an accompanying ".security" file.
I doubt that it already can handle proxy roles, but I expect it
could be extended accordingly.
Dieter