Skip to content

[_]: fix/etag-management#638

Open
larryrider wants to merge 5 commits into
mainfrom
feat/fix-etag-management
Open

[_]: fix/etag-management#638
larryrider wants to merge 5 commits into
mainfrom
feat/fix-etag-management

Conversation

@larryrider

Copy link
Copy Markdown
Contributor

WebDAV clients rely on the getetag property (and the ETag HTTP header) to detect whether a file or folder has changed, so they can decide whether to re-download or overwrite it. Our PROPFIND handler was generating this value with randomUUID() on every request, so the ETag changed constantly even when nothing about the resource had changed, making it useless for change detection and potentially causing clients to always assume conflicts or always re-sync unnecessarily.

@larryrider
larryrider requested a review from AlexisMora July 24, 2026 15:56
@larryrider larryrider self-assigned this Jul 24, 2026
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant