/hg/icedtea-web: Adding forgotten entry to ChangeLog

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Mon Jul 9 11:09:02 PDT 2012


changeset af6e50d03455 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=af6e50d03455
author: Adam Domurad <adomurad at redhat.com>
date: Mon Jul 09 14:08:30 2012 -0400

	Adding forgotten entry to ChangeLog


diffstat:

 ChangeLog |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r fbda46a69fb8 -r af6e50d03455 ChangeLog
--- a/ChangeLog	Mon Jul 09 11:45:16 2012 -0400
+++ b/ChangeLog	Mon Jul 09 14:08:30 2012 -0400
@@ -1,3 +1,19 @@
+2012-07-09  Adam Domurad <adomurad at redhat.com>
+
+	Ignore invalid jar files in applets, like the oracle plugin does.
+	* netx/net/sourceforge/jnlp/cache/IllegalResourceDescriptorException.java:
+	New exception type for ResourceTracker to throw instead of
+	IllegalArgumentException 
+	* netx/net/sourceforge/jnlp/cache/IllegalResourceDescriptorException.java:
+	Throws IllegalArgumentDescriptorException instead of 
+	IllegalArgumentException.
+	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: 
+	(isInvalidJar): New, checks for ZipException in new JarFile(...)
+	(shouldFilterInvalidJars): New, checks if we are in an applet
+	(initializeResources): if 'shouldFilterInvalidJars()' is true and a jar
+	is not a valid jar file, the jar is filtered out and normal execution 
+	continues.
+
 2012-07-03  Saad Mohammad  <smohammad at redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java:



More information about the distro-pkg-dev mailing list