index
:
jigong/icedtea-web.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
netx
/
net
/
sourceforge
/
jnlp
/
runtime
/
JNLPClassLoader.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract NativeLibraryStorage class from JNLPClassLoader
Adam Domurad
2013-06-03
1
-126
/
+13
*
Ensure JarFile handles do not leak.
Adam Domurad
2013-04-23
1
-1
/
+10
*
JNLPClassLoader unit tests for file leaks
Adam Domurad
2013-04-23
1
-3
/
+3
*
Fixed gifar vulnereability with automated testcase
Jiri Vanek
2013-04-17
1
-2
/
+2
*
Integration of unsigned applet confirmation dialogue.
Adam Domurad
2013-03-26
1
-5
/
+12
*
Print stacktrace for ClassFormatError's during classloading
Adam Domurad
2013-03-22
1
-0
/
+1
*
Move stream closing utility in JNLPClassLoader to StreamUtils
Adam Domurad
2013-03-05
1
-18
/
+5
*
Extract JNLPClassLoader initialization logic into createInstance() method
Adam Domurad
2013-02-25
1
-21
/
+38
*
Avoid potential NPE on shutdown.
Adam Domurad
2013-02-21
1
-1
/
+1
*
Fix PR580: http://www.horaoficial.cl/ loads improperly.
Adam Domurad
2013-02-13
1
-31
/
+62
*
Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplication
Adam Domurad
2013-01-03
1
-3
/
+8
*
Add DownloadService implementation
Saad Mohammad
2012-11-08
1
-1
/
+119
*
New message for when JNLP is fully signed by different certs
Adam Domurad
2012-10-19
1
-1
/
+5
*
Major rework of JarCertVerifier certificate management.
Danesh Dadachanji
2012-10-22
1
-83
/
+52
*
PR1145: IcedTea-Web can cause ClassCircularityError
Omair Majid
2012-10-05
1
-13
/
+1
*
Fix for PR920: Classes attempted to load twice when class extends from outsid...
Adam Domurad
2012-08-28
1
-15
/
+2
*
Fir regression that sometimes results in ClassCircularityError
Deepak Bhole
2012-08-27
1
-0
/
+2
*
Fixed long term failing unit-test, fixed NPE from ClassLoader
Jiri Vanek
2012-08-27
1
-2
/
+9
*
Fix some javadoc warnings
Thomas Meyer
2012-08-19
1
-1
/
+2
*
Restrict manifest classpath searching for JNLPs.
Danesh Dadachanji
2012-08-15
1
-1
/
+5
*
Fix PR1049: Empty jars are handled correctly during signature validation
Saad Mohammad
2012-08-01
1
-1
/
+1
*
Refactor Object launchType; to LaunchDesc launchType; in JNLPFile
Adam Domurad
2012-07-10
1
-11
/
+8
*
Minor cleanup that removes avoidable code from loop.
Saad Mohammad
2012-07-09
1
-13
/
+12
*
Applet-tags now ignore any invalid (eg corrupt) jars
Adam Domurad
2012-07-09
1
-2
/
+62
*
Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex...
Saad Mohammad
2012-07-03
1
-19
/
+104
*
Fix problem in resolving classes
Omair Majid
2012-06-28
1
-2
/
+14
*
Fixes PR1011 w/ reproducer, folders now allowed in archive tag.
Adam Domurad
2012-06-28
1
-0
/
+13
*
Last hope for not downloaded resources to be verified
Jiri Vanek
2012-06-26
1
-1
/
+20
*
Fixed bug in previous commit for PR861
Deepak Bhole
2012-06-07
1
-4
/
+6
*
PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...
Deepak Bhole
2012-06-05
1
-16
/
+133
*
netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): New...
Jiri Vanek
2012-05-29
1
-14
/
+18
*
Added more debugging outputs (especially paths to keystores) for JNLPClassLoa...
Jiri Vanek
2012-05-23
1
-1
/
+6
*
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):
Jiri Vanek
2012-05-23
1
-29
/
+51
*
Rename JarSigner to JarCertVerifier.
Danesh Dadachanji
2012-04-05
1
-26
/
+26
*
PR895: IcedTea-Web searches for missing classes on each loadClass or findClass
Deepak Bhole
2012-03-14
1
-4
/
+46
*
Added check for main class in jar manifest(s)
Deepak Bhole
2012-02-28
1
-0
/
+57
*
PR852: Classloader not being flushed after last applet from a site is closed
Deepak Bhole
2012-01-27
1
-1
/
+47
*
fix findbugs cloud jnlps
Omair Majid
2012-01-06
1
-5
/
+11
*
PR618: Can't install OpenDJ, JavaWebStart fails with Input stream is null error.
Omair Majid
2011-09-29
1
-10
/
+43
*
Make getMainClass()'s return value consistent for AppletDesc and ApplicationDesc
Omair Majid
2011-09-28
1
-3
/
+2
*
PR794: IcedTea-Web does not work if a Web Start app jar has a Class-Path
Deepak Bhole
2011-09-28
1
-6
/
+73
*
PR788: Elluminate Live! is not working
Omair Majid
2011-09-22
1
-3
/
+4
*
added XrustAll option
Jiri Vanek
2011-09-22
1
-0
/
+3
*
Checks and verifies a signed JNLP file at the launch of the application. A si...
Saad Mohammad
2011-08-22
1
-4
/
+251
*
PR765: JNLP file with all resource jars marked as 'lazy' fails to validate si...
Saad Mohammad
2011-08-09
1
-0
/
+4
*
RH718164, CVE-2011-2513: Home directory path disclosure to untrusted applicat...
Deepak Bhole
2011-07-15
1
-11
/
+16
*
PR724: Possible NullPointerException in JNLPClassLoader.getClassPathsFromMani...
Omair Majid
2011-05-27
1
-0
/
+3
*
Load classes from jars listed on the Class-Path in manifest
Omair Majid
2011-04-20
1
-27
/
+97
*
Changed cache to prevent jar overwriting when update happens.
Andrew Su
2011-04-18
1
-2
/
+2
*
Fix concurrent classloading problem in JNLPClassLoader.loadClass.
Denis Lila
2011-04-18
1
-2
/
+4
[next]