aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-031-5/+5
* create files with reduced permissions when possibleOmair Majid2010-11-241-3/+11
* Fixed PR542Deepak Bhole2010-11-011-1/+8
* remove duplicate R methods; create a single class to handle translationOmair Majid2010-10-251-3/+2
* show security dialogs using the main AppContextOmair Majid2010-10-221-9/+10
* Fix most warnings arising from NetX code.Andrew John Hughes2010-10-211-48/+52
* do not encode cache file url when adding it to jarLocationSecurityMapOmair Majid2010-10-201-1/+1
* avoid creating unecessary nativedirs; clean them on exitOmair Majid2010-10-201-3/+40
* Initial import from IcedTea6.andrew2010-10-191-0/+1198