[Zope-Checkins] CVS: Zope2 - davcmds.py:1.13.16.4

andreas@serenade.digicool.com andreas@serenade.digicool.com
Mon, 2 Jul 2001 16:06:50 -0400


Update of /cvs-repository/Zope2/lib/python/webdav
In directory serenade:/tmp/cvs-serv28125

Modified Files:
      Tag: Zope-2_4-branch
	davcmds.py 
Log Message:
bug fix for a wrong bug fix



--- Updated File davcmds.py in package Zope2 --
--- davcmds.py	2001/07/02 17:45:28	1.13.16.3
+++ davcmds.py	2001/07/02 20:06:50	1.13.16.4
@@ -353,7 +353,7 @@
         self.scope = 'exclusive'
         self.type = 'write'
         self.owner = ''
-        timeout = request.get_header('Timeout', 'infinity')
+        timeout = request.get_header('Timeout', 'infinite')
         self.timeout = string.strip(string.split(timeout,',')[-1])
         self.parse(data)