aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
Commit message (Expand)AuthorAgeFilesLines
* JNLPClassLoader.toString: Use hex value of object hashCode()HEADmasterSven Gothel2014-01-311-1/+1
* JNLPClassLoader: Introduce pending removal of cached CLs (1 min) to enhance p...Sven Gothel2014-01-311-5/+47
* JNLPClassLoader: Formatting .. and user final qualifierSven Gothel2014-01-311-5/+5
* JNLPClassLoader.createInstance(): Remove extLoader (same as baseLoader); getI...Sven Gothel2014-01-311-18/+45
* JNLPClassLoader: Formatting final, override, spaceSven Gothel2014-01-311-79/+88
* Support building against OpenJDK8Omair Majid2014-01-241-1/+0
* Fix classloading deadlock regressionAndrew Azores2013-12-271-75/+115
* Implement per-JAR security descriptors (PR1592)Andrew Azores2013-12-031-48/+80
* Added null check when getting manifest attributes for case of jar without man...Jiri Vanek2013-11-271-2/+6
* Fixed NPE in getting the attributeJiri Vanek2013-11-141-0/+4
* JNLPClassLoader cleanup, avoid Enumerations and use strict typing.Andrew Azores2013-11-131-77/+54
* Enabled access to manifests' attributes from JNLPFile class, implemented http...Jiri Vanek2013-11-131-9/+18
* Removed suspicious return when (searchForMain) had null launchDesc in netx/ne...Jiri Vanek2013-11-101-4/+2
* Fix PR1513, signed applets with external main-class supportAndrew Azores2013-10-291-15/+8
* Logic to extract main class attribute generalized to common methods.Jiri Vanek2013-10-211-32/+59
* Resolve multiple-applet deadlock issue in JNLPClassLoaderAndrew Azores2013-10-161-62/+73
* Introduced logging bottleneckJiri Vanek2013-09-251-78/+43
* PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other propertiesOmair Majid2013-09-091-5/+1
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-211-3/+4
* 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