Fwd: [Zope] Re: (microsoft) webdav and zope 2.8.4

Einar Næss Jensen einar.nass.jensen at gmail.com
Fri Mar 3 03:22:58 EST 2006


---------- Forwarded message ----------
From: Einar Næss Jensen <einar.nass.jensen at gmail.com>
Date: Mar 3, 2006 9:10 AM
Subject: Re: [Zope] Re: (microsoft) webdav and zope 2.8.4
To: Patrick Decat <pdecat at gmail.com>


On 3/2/06, Patrick Decat <pdecat at gmail.com> wrote:

>
> Then the following to Resource.py :
>
> bash-3.00$ diff -c Resource.py Resource.py-patched
> *** Resource.py Thu Mar  2 16:37:27 2006
> --- Resource.py-patched Thu Mar  2 16:37:25 2006
> ***************
> *** 71,76 ****
> --- 71,77 ----
>           if not hasattr(response, '_server_version'):
>               response.setHeader('Connection', 'close')
>               response.setHeader('Date', rfc1123_date(), 1)
> +         response.setHeader('MS-Author-Via', 'DAV')
>
>           # HTTP Range support
>           if HTTPRangeInterface.isImplementedBy(self):
>
> Works for me with Office 2003 products.

I think the correct is collection.py, and the missing line is line nr47.
at least it worked for me after that.



--
--
Einar Næss Jensen
http://einar.nidelven-it.no/einarblog
http://www.homemade.no
tlf: +47 90990249
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.


--
--
Einar Næss Jensen
http://einar.nidelven-it.no/einarblog
http://www.homemade.no
tlf: +47 90990249
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.


More information about the Zope mailing list