From 0bf2e586f21dbae38ba91b2228d5a50b6d706f42 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 21 Sep 2026 13:51:28 +0200 Subject: [PATCH] Fix webconsole over-inclusion The ",**" ends up expading to include all dependencies, so drop that. Signed-off-by: Robert Varga --- webconsole/console/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml index 11a5fc83516..17516291c34 100644 --- a/webconsole/console/pom.xml +++ b/webconsole/console/pom.xml @@ -186,7 +186,7 @@ Karaf 4.4.x does not provide. Exclude the vulnerable class from the inline so the patched copy in src/main/java wins. --> - org.apache.felix.webconsole;inline="!org/apache/felix/webconsole/internal/core/ServicesServlet*.class,**", + org.apache.felix.webconsole;inline="!org/apache/felix/webconsole/internal/core/ServicesServlet*.class", org.apache.felix.utils.manifest;inline=org/apache/felix/utils/manifest/**,