You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some WebDAV servers do not return quoted etag values (to make them re-usable for the ETag HTTP response header), e.g. haiwen/seafdav#82 and photoprism/photoprism#3495 even though they should.
Would it be possible/reasonable to accept unquoted ETag values? To make this library compatible with a wider range of servers?
Potentially like #69 although I was thinking modifying
Some WebDAV servers do not return quoted etag values (to make them re-usable for the ETag HTTP response header), e.g. haiwen/seafdav#82 and photoprism/photoprism#3495 even though they should.
Would it be possible/reasonable to accept unquoted ETag values? To make this library compatible with a wider range of servers?
Potentially like #69 although I was thinking modifying
go-webdav/internal/elements.go
Line 382 in 810c51f
What do you think?
The text was updated successfully, but these errors were encountered: