ZServer screws up namespacing for some WebDav requests, leading to xml parsing errors. We manually fix it here.
I added a test for a WebDav LOCK request, checking that the namespacing gets corrected.
Carefull though, as it gets corrected during the parsing of the response, but not in the response itself, so that browser.contents will still have the namespacing problem. So tests for a webdav lock should not test the browser.contents
ZServer screws up namespacing for some WebDav requests, leading to xml parsing errors. We manually fix it here. I added a test for a WebDav LOCK request, checking that the namespacing gets corrected.
Carefull though, as it gets corrected during the parsing of the response, but not in the response itself, so that
browser.contents
will still have the namespacing problem. So tests for a webdav lock should not test thebrowser.contents
resolves #85