I think this issue was just address here:
http://issues.apache.org/jira/browse/FELIX-731
The change is in the trunk and should be included in the next release.
-> richard
jaredmac wrote:
Shouldn't it? For example, I got bit by this:
java.lang.RuntimeException: org.osgi.framework.BundleException: Unable to
cache bundle: reference:file:/C:/Temp/osgi%20dir/test.jar
when using File.toURI() to translate a filename into a URL for installing a
bundle.
The problem is easily worked around by using File.toURL() rather than
File.toURI(), since the former doesn't escape illegal characters. But it
seems to me that Felix should accept URL encoding in the location string.
Jared
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]