Skip to content

Conversation

rfc2822
Copy link
Member

@rfc2822 rfc2822 commented Jul 30, 2025

Previously, the eTag was never set correctly when a WebDAV directory was listed.

This PR sets the eTag correctly.

@rfc2822 rfc2822 self-assigned this Jul 30, 2025
@rfc2822 rfc2822 added bug Something isn't working webdav related to WebDAV file access labels Jul 30, 2025
@rfc2822 rfc2822 linked an issue Jul 30, 2025 that may be closed by this pull request
@rfc2822 rfc2822 requested a review from Copilot July 30, 2025 08:38
@rfc2822 rfc2822 marked this pull request as ready for review July 30, 2025 08:39
Copy link
Contributor

@Copilot 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 a bug in the ETag handling logic within the QueryChildDocumentsOperation class. The issue was that the eTag field was incorrectly using the resource's eTag instead of the response's eTag value when listing WebDAV directories.

  • Fixed ETag assignment to use the correct source value from the WebDAV response

@rfc2822 rfc2822 requested a review from ArnyminerZ July 30, 2025 08:40
@rfc2822
Copy link
Member Author

rfc2822 commented Jul 30, 2025

@ArnyminerZ Please verify with app inspection of database

(But I'll already merge because I'm quite sure)

@rfc2822 rfc2822 merged commit 0e81866 into main-ose Jul 30, 2025
8 checks passed
@rfc2822 rfc2822 deleted the 1621-webdav-logic-for-updating-etag-appears-incorrect branch July 30, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working webdav related to WebDAV file access
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[WebDAV] Logic for updating eTag appears incorrect
1 participant