[Zope3-Users] X3 WebDAV?

John Toews jtoews at academiccolab.org
Thu Nov 11 10:30:00 EST 2004


Here's the trace... doesn't seem to even get to sending XML?

John

[00:00.000 - client 127.0.0.1:3740 forwarded to localhost:8080]
OPTIONS / HTTP/1.1
Translate: f
User-Agent: Microsoft Data Access Internet Publishing Provider Protocol Discovery
Host: localhost:8081
Content-Length: 0
Connection: Keep-Alive

[00:00.020 - server connected]
HTTP/1.1 200 Ok
Content-Length: 0
Allow: GET, HEAD, POST, PUT, DELETE, OPTIONS, PROPFIND, MKCOL
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
Date: Thu, 11 Nov 2004 15:10:56 GMT
DAV: 1,2
MS-Author-Via: DAV
Server: zope.server.http (HTTP)

OPTIONS /TEST-WEBDAV HTTP/1.1
Translate: f
User-Agent: Microsoft Data Access Internet Publishing Provider Protocol Discovery
Host: localhost:8081
Content-Length: 0
Connection: Keep-Alive

HTTP/1.1 200 Ok
Content-Length: 0
Allow: GET, HEAD, POST, PUT, DELETE, OPTIONS, PROPFIND, MKCOL
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
Date: Thu, 11 Nov 2004 15:10:56 GMT
DAV: 1,2
MS-Author-Via: DAV
Server: zope.server.http (HTTP)

PROPFIND /TEST-WEBDAV HTTP/1.1
Content-Language: en-us
Accept-Language: en-us
Content-Type: text/xml
Translate: f
Depth: 0
Content-Length: 0
User-Agent: Microsoft Data Access Internet Publishing Provider DAV
Host: localhost:8081
Connection: Keep-Alive

HTTP/1.1 500 Internal Server Error
Date: Thu, 11 Nov 2004 15:10:56 GMT
Content-Length: 111
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
Server: zope.server.http (HTTP)

<html><head><title>ExpatError</title></head>
<body><h2>ExpatError</h2>
A server error occurred.
</body></html>
[01:01.458 - client closed]




-----Original Message-----
From:	Stephan Richter [mailto:srichter at cosmos.phy.tufts.edu]
Sent:	Wed 11/10/2004 9:26 PM
To:	zope3-users at zope.org
Cc:	John Toews
Subject:	Re: [Zope3-Users] X3 WebDAV?
On Wednesday 10 November 2004 19:29, John Toews wrote:
> 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"

It seems to me that MS Explorer does not send correct XML. Could you use 
TCPWatch by Shane Hathaway to figure out what request MS Explorer is sending 
to the server?

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-users mailing list