Skip to content

Add fileid and etag to MKCOL webdav response #4769

@glpatcern

Description

@glpatcern

We may need to add something like:

w.Header().Set(HeaderOCFileID, resourceid.OwnCloudResourceIDWrap(newInfo.Id))
w.Header().Set(HeaderOCETag, newInfo.Etag)

To internal/http/services/owncloud/ocdav/mkcol.go in order to "comply" to Reva edge as in #4767

This would require some other change in order to avoid an extra Stat call

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