304305306307308309310311312313314
if (forceVfsJar) { try { return new JarHandler(this, parent, file, file.toURI().toURL(), name); } catch(IOException e) { log.debug("Exception while trying to handle file (" + name + ") as a jar: " + e.getMessage()); }