This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 33ac8b700b FELIX-6623 : Use Http Whiteboard for Web Console
registration
33ac8b700b is described below
commit 33ac8b700be9e787b377a2fbb6222a53dddadafa
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Aug 16 10:03:53 2023 +0200
FELIX-6623 : Use Http Whiteboard for Web Console registration
---
.../java/org/apache/felix/webconsole/internal/core/BundlesServlet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java
b/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java
index ea1a34ab08..f0bebf8bd2 100644
---
a/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java
+++
b/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java
@@ -367,7 +367,7 @@ public class BundlesServlet extends SimpleWebConsolePlugin
implements OsgiManage
boolean success = false;
BundleException bundleException = null;
final String action = req.getParameter( "action" );
-System.out.println("action: " + action);
+
if ( "refreshPackages".equals( action ) ) {
// refresh packages and give it most 15 seconds to finish
final FrameworkWiring fw =
getBundleContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring.class);