[Zope3-Users] X3 WebDAV?

John Toews jtoews at academiccolab.org
Wed Nov 10 19:29:42 EST 2004


WebDAV doesn't _appear_ to be working for me with Windows web folders. It works, however, with Dreamweaver 7.01.

Zope X3.0.0 / Python 2.3.4 on Windows XP
pretty much a standard install

Thoughts? Thanks!
John

2004-11-10T18:15:08 ERROR SiteError http://localhost:8080/TEST-WEBDAV
Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\zope\publisher\publish.py", line 138, in publish
    result = publication.callObject(request, object)
  File "C:\Python23\Lib\site-packages\zope\app\publication\http.py", line 43, in callObject
    return mapply(ob, request.getPositionalArguments(), request)
  File "C:\Python23\Lib\site-packages\zope\publisher\publish.py", line 113, in mapply
    return debug_call(object, args)
  File "C:\Python23\Lib\site-packages\zope\publisher\publish.py", line 119, in debug_call
    return object(*args)
  File "C:\Python23\Lib\site-packages\zope\app\dav\propfind.py", line 69, in PROPFIND
    xmldoc = minidom.parse(data)
  File "C:\Python23\lib\xml\dom\minidom.py", line 1919, in parse
    return expatbuilder.parse(file)
  File "C:\Python23\lib\xml\dom\expatbuilder.py", line 928, in parse
    result = builder.parseFile(file)
  File "C:\Python23\lib\xml\dom\expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
ExpatError: no element found: line 1, column 0
127.0.0.1 - zope.anybody [10/Nov/2004:18:15:08 -0500] "PROPFIND /TEST-WEBDAV HTTP/1.1" 500 300 "" "Microsoft Data Access
 Internet Publishing Provider DAV"


More information about the Zope3-users mailing list