I have an external method which uses eval(). I would like to prevent anyone 
from calling this method from inside a URL, e.g., 
myzopesite/myexternalmethod?myvar=deletemyfiles()

Rather, I wish for only Zope objects such as Python Scripts to be able to call 
this external method. Is there any way to turn off the publishing of external 
methods to the web in Zope?
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to