[Zope-Checkins] CVS: Zope/lib/python/webdav - NullResource.py:1.42

Fred L. Drake, Jr. fred at zope.com
Wed Apr 14 09:54:28 EDT 2004


Update of /cvs-repository/Zope/lib/python/webdav
In directory cvs.zope.org:/tmp/cvs-serv11590

Modified Files:
	NullResource.py 
Log Message:
a null resource locked by WebDAV should not acquire index_html; it should act
just like it does not exist


=== Zope/lib/python/webdav/NullResource.py 1.41 => 1.42 ===
--- Zope/lib/python/webdav/NullResource.py:1.41	Sun Mar 21 11:39:58 2004
+++ Zope/lib/python/webdav/NullResource.py	Wed Apr 14 09:54:27 2004
@@ -63,6 +63,7 @@
 
     # Most methods return 404 (Not Found) for null resources.
     DELETE=TRACE=PROPFIND=PROPPATCH=COPY=MOVE=HEAD
+    index_html = HEAD
 
     def _default_PUT_factory( self, name, typ, body ):
         # Return DTMLDoc/PageTemplate/Image/File, based on sniffing.




More information about the Zope-Checkins mailing list