aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Extract NativeLibraryStorage class from JNLPClassLoaderAdam Domurad2013-06-031-126/+13
* Ensure JarFile handles do not leak.Adam Domurad2013-04-231-1/+10
* JNLPClassLoader unit tests for file leaksAdam Domurad2013-04-231-3/+3
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-171-2/+2
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-261-5/+12
* Print stacktrace for ClassFormatError's during classloadingAdam Domurad2013-03-221-0/+1
* Move stream closing utility in JNLPClassLoader to StreamUtilsAdam Domurad2013-03-051-18/+5
* Extract JNLPClassLoader initialization logic into createInstance() methodAdam Domurad2013-02-251-21/+38
* Avoid potential NPE on shutdown.Adam Domurad2013-02-211-1/+1
* Fix PR580: http://www.horaoficial.cl/ loads improperly.Adam Domurad2013-02-131-31/+62
* Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplicationAdam Domurad2013-01-031-3/+8
* Add DownloadService implementationSaad Mohammad2012-11-081-1/+119
* New message for when JNLP is fully signed by different certsAdam Domurad2012-10-191-1/+5
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-83/+52
* PR1145: IcedTea-Web can cause ClassCircularityErrorOmair Majid2012-10-051-13/+1
* Fix for PR920: Classes attempted to load twice when class extends from outsid...Adam Domurad2012-08-281-15/+2
* Fir regression that sometimes results in ClassCircularityErrorDeepak Bhole2012-08-271-0/+2
* Fixed long term failing unit-test, fixed NPE from ClassLoaderJiri Vanek2012-08-271-2/+9
* Fix some javadoc warningsThomas Meyer2012-08-191-1/+2
* Restrict manifest classpath searching for JNLPs.Danesh Dadachanji2012-08-151-1/+5
* Fix PR1049: Empty jars are handled correctly during signature validationSaad Mohammad2012-08-011-1/+1
* Refactor Object launchType; to LaunchDesc launchType; in JNLPFileAdam Domurad2012-07-101-11/+8
* Minor cleanup that removes avoidable code from loop.Saad Mohammad2012-07-091-13/+12
* Applet-tags now ignore any invalid (eg corrupt) jarsAdam Domurad2012-07-091-2/+62
* Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex...Saad Mohammad2012-07-031-19/+104
* Fix problem in resolving classesOmair Majid2012-06-281-2/+14
* Fixes PR1011 w/ reproducer, folders now allowed in archive tag.Adam Domurad2012-06-281-0/+13
* Last hope for not downloaded resources to be verifiedJiri Vanek2012-06-261-1/+20
* Fixed bug in previous commit for PR861Deepak Bhole2012-06-071-4/+6
* PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...Deepak Bhole2012-06-051-16/+133
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): New...Jiri Vanek2012-05-291-14/+18
* Added more debugging outputs (especially paths to keystores) for JNLPClassLoa...Jiri Vanek2012-05-231-1/+6
* * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):Jiri Vanek2012-05-231-29/+51
* Rename JarSigner to JarCertVerifier.Danesh Dadachanji2012-04-051-26/+26
* PR895: IcedTea-Web searches for missing classes on each loadClass or findClassDeepak Bhole2012-03-141-4/+46
* Added check for main class in jar manifest(s)Deepak Bhole2012-02-281-0/+57
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-1/+47
* fix findbugs cloud jnlpsOmair Majid2012-01-061-5/+11
* PR618: Can't install OpenDJ, JavaWebStart fails with Input stream is null error.Omair Majid2011-09-291-10/+43
* Make getMainClass()'s return value consistent for AppletDesc and ApplicationDescOmair Majid2011-09-281-3/+2
* PR794: IcedTea-Web does not work if a Web Start app jar has a Class-PathDeepak Bhole2011-09-281-6/+73
* PR788: Elluminate Live! is not workingOmair Majid2011-09-221-3/+4
* added XrustAll optionJiri Vanek2011-09-221-0/+3
* Checks and verifies a signed JNLP file at the launch of the application. A si...Saad Mohammad2011-08-221-4/+251
* PR765: JNLP file with all resource jars marked as 'lazy' fails to validate si...Saad Mohammad2011-08-091-0/+4
* RH718164, CVE-2011-2513: Home directory path disclosure to untrusted applicat...Deepak Bhole2011-07-151-11/+16
* PR724: Possible NullPointerException in JNLPClassLoader.getClassPathsFromMani...Omair Majid2011-05-271-0/+3
* Load classes from jars listed on the Class-Path in manifestOmair Majid2011-04-201-27/+97
* Changed cache to prevent jar overwriting when update happens.Andrew Su2011-04-181-2/+2
* Fix concurrent classloading problem in JNLPClassLoader.loadClass.Denis Lila2011-04-181-2/+4