Re: [Zope3-Users] Patched PROPPATCH

2006-10-30 Thread Stephan Richter
On Friday 15 September 2006 06:03, Carlo Cardelli wrote: > It seems to be fixed now, i.e. only one instance of DavFoo is created > for every request. Note that Michael Kerring just recently checked in a new implementation of WebDAV. See: http://svn.zope.org/zope.webdav/ > Could someone validate

[Zope3-Users] Patched PROPPATCH

2006-09-15 Thread Carlo Cardelli
Hi all, I am experimenting with DAV, with the "canonical" configuration: -- foo.py -- class Foo(object): implements(IFoo) class DavFoo(object): implements(IDavFoo) -- configure.zcml -- http://www.myFoo.it/Foo"; interface=".interfaces.IDavFoo"/> Trying to PROP