-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plone 6: WebDAV _data is broken #162
Comments
Interestingly enough, I added some I thought you might want to know all of this, given we are so close to releasing Plone 6, and we probably should not release it with this bug. |
Note that caching being on or off does not affect the not-as-documented behavior of the Dexterity publisher. I am using the latest Plone alpha. |
|
OK, I have done the following changes to my configuration (of course, through
and I now attempt to request the Perhaps
|
Hm.... maybe there is a bug in Plone 6 alpha where the Dexterity publisher does not return RFC822 formatted properties of the object in question, as documented in the WebDAV.txt file. Instead, the HTML of the rendered view page is returned. |
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.
The text was updated successfully, but these errors were encountered: