Skip to content
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

[OCIS Storage] etags in PROPFIND are not quoted #237

Closed
individual-it opened this issue Sep 28, 2020 · 1 comment · Fixed by cs3org/reva#1232
Closed

[OCIS Storage] etags in PROPFIND are not quoted #237

individual-it opened this issue Sep 28, 2020 · 1 comment · Fixed by cs3org/reva#1232

Comments

@individual-it
Copy link
Member

found when integrating oC10 API tests into CI see: owncloud/ocis-reva#466 (comment)

similar to owncloud/ocis-reva#269

see also cs3org/reva#865

<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:oc="http://owncloud.org/ns">
  <d:response>
    <d:href>/remote.php/dav/files/Alice/</d:href>
    <d:propstat>
      <d:prop>
        <oc:id>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmJjZTQ0OTFhLWY3YzAtNDlkOS04M2JlLWE0NGNiYWM5YjIxMg==</oc:id>
        <oc:fileid>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmJjZTQ0OTFhLWY3YzAtNDlkOS04M2JlLWE0NGNiYWM5YjIxMg==</oc:fileid>
        <d:getetag>ceba3951fbbd1544acbffe5fea8110c2</d:getetag>
        <oc:permissions>WCKDNVR</oc:permissions>
        <d:resourcetype>
          <d:collection/>
        </d:resourcetype>
        <d:getcontenttype>httpd/unix-directory</d:getcontenttype>
        <oc:size>4096</oc:size>
        <d:getlastmodified>Mon, 28 Sep 2020 08:53:52 +0000</d:getlastmodified>
        <oc:favorite>0</oc:favorite>
      </d:prop>
      <d:status>HTTP/1.1 200 OK</d:status>
    </d:propstat>
  </d:response>
  <d:response>
    <d:href>/remote.php/dav/files/Alice/upload/</d:href>
    <d:propstat>
      <d:prop>
        <oc:id>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmNmODFmZGU4LTA2OTEtNDQ4My05MWI5LTZjZTE4NGQ2MDJjNA==</oc:id>
        <oc:fileid>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOmNmODFmZGU4LTA2OTEtNDQ4My05MWI5LTZjZTE4NGQ2MDJjNA==</oc:fileid>
        <d:getetag>47913eb4242cef612cb0fc125eb6d839</d:getetag>
        <oc:permissions>WCKDNVR</oc:permissions>
        <d:resourcetype>
          <d:collection/>
        </d:resourcetype>
        <d:getcontenttype>httpd/unix-directory</d:getcontenttype>
        <oc:size>4096</oc:size>
        <d:getlastmodified>Mon, 28 Sep 2020 08:53:20 +0000</d:getlastmodified>
        <oc:favorite>0</oc:favorite>
      </d:prop>
      <d:status>HTTP/1.1 200 OK</d:status>
    </d:propstat>
  </d:response>
  <d:response>
    <d:href>/remote.php/dav/files/Alice/file.txt</d:href>
    <d:propstat>
      <d:prop>
        <oc:id>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOjJkYjRmOWFiLTgwZTAtNDIyYi1iZGNiLTY2Yjk5MTFkMmYxOA==</oc:id>
        <oc:fileid>MTI4NGQyMzgtYWE5Mi00MmNlLWJkYzQtMGIwMDAwMDA5MTYyOjJkYjRmOWFiLTgwZTAtNDIyYi1iZGNiLTY2Yjk5MTFkMmYxOA==</oc:fileid>
        <d:getetag>9918ad4402d80c68248e41576a0f36da</d:getetag>
        <oc:permissions>WCKDNVR</oc:permissions>
        <d:getcontentlength>3</d:getcontentlength>
        <d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype>
        <d:getlastmodified>Mon, 28 Sep 2020 08:53:52 +0000</d:getlastmodified>
        <oc:favorite>0</oc:favorite>
      </d:prop>
      <d:status>HTTP/1.1 200 OK</d:status>
    </d:propstat>
  </d:response>
</d:multistatus>
@individual-it
Copy link
Member Author

fixed by cs3org/reva#1232

@exalate-issue-sync exalate-issue-sync bot added p3-medium and removed bug Something isn't working labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant