From 94ac2e04aa2275acd27c930cd02f3400ee88fe05 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Wed, 20 Nov 2024 14:29:54 +0100 Subject: [PATCH] =?UTF-8?q?BUGFIX:=20Don=E2=80=99t=20load=20the=20same=20f?= =?UTF-8?q?iles=20twice=20in=20the=20static=20resource=20collection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The second pattern included a 99% subset of the first pattern except the files in the public folders themselves. Therefore all files in subfolders were loaded twice in the \Neos\Flow\ResourceManagement\Collection::getObjects method and aftterwards also published twice. Resolves: #3417 --- Neos.Flow/Configuration/Settings.Resource.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Neos.Flow/Configuration/Settings.Resource.yaml b/Neos.Flow/Configuration/Settings.Resource.yaml index 8708080458..a74750645c 100644 --- a/Neos.Flow/Configuration/Settings.Resource.yaml +++ b/Neos.Flow/Configuration/Settings.Resource.yaml @@ -46,7 +46,6 @@ Neos: target: 'localWebDirectoryStaticResourcesTarget' pathPatterns: - '*/Resources/Public/' - - '*/Resources/Public/*' # Collection which contains all persistent resources persistent: