[Zope3-dev] WebDav and Dreamweaver
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu May 6 06:14:59 EDT 2004
On Thursday 06 May 2004 03:42, Paolo Invernizzi wrote:
> I've fixed it inserting in the __init__ of the PROPFIND class something
> like this:
>
> if ';' in self.content_type:
> self.content_type = self.content_type.split(';')[0]
>
> and webdav resurrected.
>
> I have zero knowledge in this field, so I donno what the standard says
> for CONTENT_TYPE... so I've not filed a bug/patch in the collector...
I am pretty sure we have somewhere in the HTTP or Browser Publisher code some
function that determines the content type. Maybe we can reuse that?
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-dev
mailing list