14 Jul
2002
14 Jul
'02
9:36 a.m.
Mike Renfro wrote:
Adding the flag of "-W -" should disable it. "-W portnumber" would put WebDAV on portnumber. I don't know of any way to disable it specifically for Word, though.
The problem is that Zope's normal HTTP server port also serves out WebDAV :-( It also includes an MS-Author-Via-DAv header, causing M$ apps to try and open things like word files using WebDAV and trying to lock them in the process. My solution to this was a pretty brutal monkey patch to Zope to stop it including htat header. It solved my problems but I'm not sure what the 'right' solution is... cheers, Chris