Commit 83df8e47 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x'

parents 30eae8a4 e6cfb4e5
...@@ -247,7 +247,7 @@ public class JarFile extends java.util.jar.JarFile { ...@@ -247,7 +247,7 @@ public class JarFile extends java.util.jar.JarFile {
try { try {
return createJarFileFromEntry(entry); return createJarFileFromEntry(entry);
} }
catch (IOException ex) { catch (Exception ex) {
throw new IOException( throw new IOException(
"Unable to open nested jar file '" + entry.getName() + "'", ex); "Unable to open nested jar file '" + entry.getName() + "'", ex);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment