Details
Description
The bundle:* (or osgi:*) commands and the BundlesMBean/BundleMBean use a BundleSelector.
It allows user to select a bundle:
- with the bundle ID
- with the bundle name or symbolic name
- with the bundle location
In the case of name/symbolic name or location, the BundleSelector supports regex. Unfortunately, it uses Matcher.find() method which is "open" in the selected bundles.
Matcher.matches() is probably better.
I will check if we can always use match() or if an option would be better.
Attachments
Issue Links
- is duplicated by
-
KARAF-2748 BundleSelector should be more "selective"
- Resolved