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

Webdav Protocol stat does not return data as specified #5977

Closed
ThePhisch opened this issue Nov 15, 2022 · 2 comments
Closed

Webdav Protocol stat does not return data as specified #5977

ThePhisch opened this issue Nov 15, 2022 · 2 comments

Comments

@ThePhisch
Copy link
Contributor

Motivation

The docstring for rse/protocols/webdav.py::Default::stat states that a dict with two keys (filesize and adler32) are returned. This matches the implementations of stat in the SSH and xrootd protocols (although these protocols do not explicitly say that it is adler32 but any one of GLOBALLY_SUPPORTED_CHECKSUMS. At the moment, the implementation of webdav only returns the filesize.

Modification

Add an entry to the dictionary containing the checksum.

@Kwaizer Kwaizer self-assigned this Jul 9, 2023
Kwaizer added a commit to Kwaizer/rucio that referenced this issue Jul 10, 2023
Kwaizer added a commit to Kwaizer/rucio that referenced this issue Jul 10, 2023
Kwaizer added a commit to Kwaizer/rucio that referenced this issue Jul 20, 2023
Kwaizer added a commit to Kwaizer/rucio that referenced this issue Aug 14, 2023
@mohitsatr
Copy link

hi @Kwaizer, have you solved this one ?

@Kwaizer
Copy link
Member

Kwaizer commented Aug 21, 2023

hi @mohitsatr, I'm waiting for a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants