Skip to content

Changes

Summary

  1. fix weak eTag handling of If-Match and If-None-Match headers (commit: c2a8f06) (details)
Commit c2a8f066d693ac930bd3a23dd83b8568c5eb0b02 by Thomas Jaeckle
fix weak eTag handling of If-Match and If-None-Match headers

* they were not supporting both variants, but "If-Match" header assumed strong etags and "If-None-Match" assumed weak etags
(commit: c2a8f06)
The file was modified internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfMatchPreconditionHeader.java (diff)
The file was modified internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfNoneMatchPreconditionHeader.java (diff)