Unfortunately, Dav is broken enough in 2.1-dev that I can't "Add Network Place" with Win2K. It works fine with 2.0.45-dev. The same conf file was used for both tests.

When Win2K tries to access the DAV resource handled by 2.1-dev, I get this in error log:

[error] [client 192.168.1.101] XML parser error (at end). status=200014)

The first time ap_xml_parse_input() calls ap_get_brigade() it gets just an EOS bucket, which triggers the failure. But looking at r->headers_in, I see there is "Content-Length: 0" in the request, so we don't have any data to process anyway.

Reply via email to