ierandra opened a new pull request, #2452:
URL: https://github.com/apache/jackrabbit-oak/pull/2452

   How was the issue introduced:
   - in v8 we had the concept of `CloudBlobDirectory` so using the path 
(rootPrefix+archiveName) worked.
   - in v12 we have `BlobContainerClient`, we have the container and we must 
rely on prefix and there can be archives with the same prefix (eg. 
`aem/data0000a.tar`, `aem/data0000a.tar.bak`, `aem/data0000a.tar.2.bak`) so 
using path (rootPrefix+archiveName) didn't worked. To fix this the prefix is 
must end in `/` (eg. `aem/data0000a.tar/`)
   
   I added a new class with unit tests to test all cases where this can happen. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to