[zope2-tracker] [Bug 1420673] [NEW] WebDAV PROPFIND response violates XML-Namespace
Launchpad Bug Tracker
1420673 at bugs.launchpad.net
Wed Feb 11 09:46:09 CET 2015
You have been subscribed to a public bug:
Zope 2.13.19
Issuing a WebDAV "PROPFIND" againt a Plone "Folder", I got a response
violationg XML-Namespace:
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:">
<d:response>
<d:href>/partner/bp3/test/</d:href>
<d:propstat xmlns:n="http://www.zope.org/propsets/default">
<d:prop>
<n:title>Test</n:title>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
<d:propstat xmlns:n="DAV:">
<d:prop>
<n:creationdate>1970-01-01T12:00:00Z</n:creationdate>
...
</d:prop>
...
</d:propstat>
</d:response>
...
</d:multistatus>
The namespace prefix inside the second "propstat" is not defined.
** Affects: zope2
Importance: Undecided
Status: New
** Tags: webdav
--
WebDAV PROPFIND response violates XML-Namespace
https://bugs.launchpad.net/bugs/1420673
You received this bug notification because you are a member of Zope 2 Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list