11 Mar
2005
11 Mar
'05
6:48 p.m.
Jay Zeemer wrote at 2005-3-11 08:15 -0500:
Greetings All, In a lot of HTTP servers there is a method used for debugging sessions and such called TRACE. Does Zope support this?? And if so is it active, or inactive by default?? How can I turn this on and off??
It is implemented in "webdav.Resource.Resource". It raises a "Not Implemented" exception. -- Dieter