4teamwork / ftw.testbrowser

A testing browser for Plone.
http://ftwtestbrowser.readthedocs.io/
5 stars 1 forks source link

Fix a ZServer WebDav namespacing bug #86

Closed njohner closed 6 years ago

njohner commented 6 years ago

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

resolves #85

njohner commented 6 years ago

All done.