Skip to content

[_]: fix/etag-management - #638

Merged
larryrider merged 7 commits into
mainfrom
feat/fix-etag-management
Jul 28, 2026
Merged

[_]: fix/etag-management#638
larryrider merged 7 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
Comment thread src/utils/webdav.utils.ts Outdated
Comment thread test/utils/webdav.utils.test.ts Outdated
@sonarqubecloud

Copy link
Copy Markdown

@larryrider
larryrider merged commit 1de6119 into main Jul 28, 2026
9 checks passed
@larryrider
larryrider deleted the feat/fix-etag-management branch July 28, 2026 11:42
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.

2 participants