From b55e1114e6d8d2a1ad13bce644639132fa294cd8 Mon Sep 17 00:00:00 2001 From: rrajoria <88024787+rrajoria@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:14:17 +0530 Subject: [PATCH] MNT-23724: Fix for Downloading a folder as zip with correct Name Cherrypicked from master --- repository/src/main/resources/alfresco/repository.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/src/main/resources/alfresco/repository.properties b/repository/src/main/resources/alfresco/repository.properties index 75b1d1d35be..39e72a90260 100644 --- a/repository/src/main/resources/alfresco/repository.properties +++ b/repository/src/main/resources/alfresco/repository.properties @@ -1349,7 +1349,7 @@ system.remove-alf_server-table-from-db.ignored=true allow.unsecure.callback.jsonp=false # pre-configured allow list of media/mime types to allow inline instead of attachment (via Content-Disposition response header) -content.nonAttach.mimetypes=application/pdf,image/jpeg,image/gif,image/png,image/tiff,image/bmp +content.nonAttach.mimetypes=application/pdf,image/jpeg,image/gif,image/png,image/tiff,image/bmp,application/octet-stream # Zip file compression ratio threshold as a percentage, above which the zip file will be considered a "zip bomb" and the # import extraction process cancelled.