aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6201b36..eb7c28e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-03-14 Deepak Bhole <[email protected]>
+ Omair Majid <[email protected]>
+
+ PR895: IcedTea-Web searches for missing classes on each loadClass or
+ findClass
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+ (CodeBaseClassLoader): Added new map to track resources that are not
+ found.
+ (findClass): If resource was not found before, return immediately. If
+ resource was not found for the first time, record it in the new map.
+ (findResouces): Same.
+ (findResource): Same.
+ * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java:
+ Test case for PR895 from Omair Majid.
+
2012-03-14 Omair Majid <[email protected]>
Print exceptions to terminal when running in gui mode too.