[Zope-Checkins] CVS: Zope/ZServer - WebDAVSrcHandler.py:1.2.80.3
Tres Seaver
tseaver@zope.com
Thu, 16 Aug 2001 14:30:17 -0400
Update of /cvs-repository/Zope/ZServer
In directory cvs.zope.org:/tmp/cvs-serv2095/ZServer
Modified Files:
Tag: Zope-2_4-branch
WebDAVSrcHandler.py
Log Message:
- Add 'WEBDAV_SOURCE_PORT' marker key to REQUEST.env for requests
passing through a WebDAV source port (eases detection).
=== Zope/ZServer/WebDAVSrcHandler.py 1.2.80.2 => 1.2.80.3 ===
env['PATH_INFO'] = path_info
+ env['WEBDAV_SOURCE_PORT'] = 1
# Workaround for lousy WebDAV implementation of M$ Office 2K.
# Requests for "index_html" are *sometimes* send as "index_html."