}
}
// No file protocol, use the default
if (factoryByProtocol.containsKey("file") == false)
registerFactory(new FileSystemContextFactory());
// No jar protocol, use the default
if (factoryByProtocol.containsKey("jar") == false)
registerFactory(new JarContextFactory());