20 Mar
2004
20 Mar
'04
12:56 p.m.
From: "ruiheng fine" <hitheat@hotmail.com>
I am a zope newbie. This question may be stupid: Can I set up zope so that some of the objects(like SQLMethod, Page Template) cannot visit directly on the web, but they can be called by other public visitable objects(such as a script object)?
I try to use proxy role, but failed. Is it just my mistake?
You should be able to do it using proxy roles: 1) set the proxy role of the script to 'Authenticated' 2) set the 'View' security setting for the target object to 'Authenicated' This should get you what you want. HTH Jonathan