Hi,
For security reasons, i need to disable access on class method with HTTP
GET requests on my zope.
For example, i can accept things like
http://examplesite.com/object/aPythonScript
but not
http://examplesite.com/object/aClassMethod
Is it possible ?
Thanks for any help
Nicolas
help.
cheers,
Nip
Chris Withers wrote:
Nicolas Perrier - Zindep wrote:
File "/mnt/cdrom/python/lib/python2.3/asyncore.py", line 543, in
__init__
flags = fcntl.fcntl(fd, fcntl.F_GETFL, 0)
AttributeError: 'module' object has no attribute 'fcntl'
Somebody can it h
Hi,
I would like to run zope on cdrom but it doesn't work.
I used the handbook on the following site:
http://georget.sebastien.free.fr/files/zope/zope-on-cdrom.en.html
On the HDD, it goes, but as soon as I put it on cdrom, it does not
function any more.
I use a mandrake 10, python 2.3.4 and zope