Skip to content

fix(WebDAV): Add Depth header to PROPFIND for getting filesize#1929

Merged
marcelklehr merged 1 commit intodevelopfrom
fix/webdav-filesize-depth-header
Apr 30, 2025
Merged

fix(WebDAV): Add Depth header to PROPFIND for getting filesize#1929
marcelklehr merged 1 commit intodevelopfrom
fix/webdav-filesize-depth-header

Conversation

@marcelklehr
Copy link
Member

fixes #1928

fixes #1928

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
@marcelklehr marcelklehr requested a review from Copilot April 30, 2025 13:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue with WebDAV by adding the missing Depth header ('0') to PROPFIND requests used for filesize retrieval.

  • Added Depth header to the PROPFIND call in two locations.
  • Ensured proper header formatting by inserting a missing comma and header entry.

@marcelklehr marcelklehr merged commit 30b0e49 into develop Apr 30, 2025
27 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sync failure due to missing Depth header in PROPFIND

2 participants