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 -- View this message in context: http://www.nabble.com/Felix-should-handle-URL-encoding-tp19729407p19729407.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

