Support bundle property strings containing commas
Brought to you by:
rjan
Hi,
The current version of Concierge (0.6.1) doesn't handle bundle property strings containing commas, which can occur in bundles using the new manifest format - for example:
version="[1.0.4,1.1.0)"
Here is a simple patch that enables Concierge to load bundles whose manifests have commas in strings (albeit without proper handling of the version constraints!).
Cheers, Stuart McCulloch
mcculls@gmail.com
Patch for BundleClassLoader.java
Logged In: YES
user_id=1368628
Originator: NO
Hi Stuart,
thanks for submitting the patch. I agree that the patch improves the handling of bundles having R4-style Manifests. I will include it in the next regular release.
Cheers,
Jan.