aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't look into <codebase>/META-INF/ for resources.Denis Lila2011-03-231-0/+16
* netx findbugs based refactoring.Denis Lila2011-03-091-4/+3
* Fix PR658Denis Lila2011-03-041-19/+1
* - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-041-7/+111
* Rename security warning classes to security dialog classes.Omair Majid2011-02-281-7/+7
* Fix PR638: JNLPClassLoader.loadClass(String name) can return nullOmair Majid2011-02-221-0/+4
* Fixed RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalationDeepak Bhole2011-02-151-1/+7
* Consistently name methods relating to ResourcesDescOmair Majid2011-02-111-1/+1
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-101-1/+27
* Verify nested jars just like main jarsOmair Majid2011-02-011-1/+5
* RH672262, CVE-2011-0025: IcedTea jarfile signature verification bypassDeepak Bhole2011-02-011-1/+1
* allow custom permissions instead of all permissions for trusted codeOmair Majid2011-01-041-1/+1
* only print debug output when not nullOmair Majid2011-01-041-4/+3
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-061-201/+192
* Revert toURI().toURL() changes until we find a solution to the issues it raises:Andrew John Hughes2010-12-031-2/+4