// of the entry to the war
if (warParent.endsWith(".ear")) {
final String warName = su.substring(warParentIndex + 1, war.length());
try {
JarFileScanner.scan(new URL(warParent.replace("vfszip", "file")).openStream(), "",
new ScannerListener() {
public boolean onAccept(String name) {
return name.equals(warName);
}
public void onProcess(String name, InputStream in) throws IOException {