ierandra commented on code in PR #1861:
URL: https://github.com/apache/jackrabbit-oak/pull/1861#discussion_r1865912803


##########
oak-blob-cloud-azure/src/main/java/org/apache/jackrabbit/oak/blob/cloud/azure/blobstorage/AzureBlobStoreBackend.java:
##########
@@ -874,24 +748,23 @@ URI createHttpDownloadURI(@NotNull DataIdentifier 
identifier,
                 }
 
                 String key = getKeyName(identifier);
-                SharedAccessBlobHeaders headers = new 
SharedAccessBlobHeaders();
-                headers.setCacheControl(String.format("private, max-age=%d, 
immutable", httpDownloadURIExpirySeconds));
+                BlobHttpHeaders headers = new BlobHttpHeaders()

Review Comment:
   where is this used since you removed it at line 894?



-- 
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