-
Notifications
You must be signed in to change notification settings - Fork 5
PROPFIND does not return custom file properties #57
Comments
probably same issue: setting a custom property works, but retrieving it only returns the property name but not the value |
same with the quota property |
same with checksums, no checksums are reported
returns
|
as far as I can see, the PROPFIND seems to limit itself to known properties and not additional custom properties (there's a TODO for it though)
|
OUCH.
It does return a propstat block but all props appear under 404. |
here's a fix for the namespace issue in the response: cs3org/reva#720 |
as far as I can see, the properties were created as extended attributes:
so the problem might be the retrieval |
PR here: cs3org/reva#721 it seems that neither the PROPFIND nor the storage code were implemented to read custom properties |
PR to tidy up tests in core: owncloud/core#37419 |
request:
response
The text was updated successfully, but these errors were encountered: