-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2021.x, 2023.x
-
Component/s: BlobManager
-
Release Notes Summary:GridFS Blob Store's delete method is idempotent
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #101
-
Story Points:1
Calling org.nuxeo.ecm.core.storage.mongodb.blob.GridFSBlobStore.deleteBlob(String) twice on the same blob key throws a NullPointerException.
Delete methods of all blob stores should be idempotent.
- is related to
-
NXP-32046 Provide a GridFSBlobProvider extending BlobProvider
- Resolved