Skip to content

Plone 6: WebDAV _data is broken #162

@Rudd-O

Description

@Rudd-O

As per https://github.com/plone/plone.dexterity/blob/master/docs/WebDAV.txt , any request on folderish/_data should return RFC822 formatted properties of the object in question.

This is not the case in Plone 6 alpha -- instead, the HTML of the rendered view page is returned.

Another noteworthy thing: files downloaded using DAV clients are not returned in RFC822 format -- the raw data is returned instead (much like Zope does when objects are retrieved using DAV clients). Admittedly this is nicer and I would have written code to disable the RFC822 thing anyway, but you should know that in plone 6, there is a difference in behavior from the documented one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions