[Zope] Is there any way to turn off the publishing of external methods to the web in Zope?

Mark, Jonathan (Integic) jonathan.mark at integic-hc.com
Fri Jan 26 10:29:08 EST 2007


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?


More information about the Zope mailing list