aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* Introduced logging bottleneckJiri Vanek2013-09-251-20/+11
* netx/net/sourceforge/jnlp/Launcher.java - Fix applet context being null durin...Jiri Vanek2013-09-041-0/+2
* JNLP file is now re-downloading only if is local and have href. Real couse of...Jiri Vanek2013-06-241-103/+19
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-211-4/+6
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-171-1/+1
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-021-19/+56
* Single instance support for jnlp-href and testsJiri Vanek2012-09-051-0/+19
* Fix regression in broken AppletTest.Danesh Dadachanji2012-02-131-0/+7
* BasicService code does not work when placed in the applet constructor.Danesh Dadachanji2011-12-191-6/+7
* Print the arguments passed to the application's main methodOmair Majid2011-12-081-0/+5
* Make getMainClass()'s return value consistent for AppletDesc and ApplicationDescOmair Majid2011-09-281-8/+0
* Fix appcontext related plugin bugs.Denis Lila2011-04-291-10/+7
* Fix concurrent classloading problem in JNLPClassLoader.loadClass.Denis Lila2011-04-181-1/+0
* Let launcher handle parsing exceptionsOmair Majid2011-03-311-0/+152
* Add a new LaunchHandler to show error messages when starting applicationsOmair Majid2011-03-301-20/+2
* Implement codebase_lookup=false.dlila2011-03-251-3/+9
* Ensure that javaws can not clear cache while plugin or javaws is running.Andrew Su2011-03-171-76/+2
* Handling error code returning functions.Denis Lila2011-03-151-1/+1
* Replace binary launchers with shell scriptsOmair Majid2011-03-101-1/+1
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-101-1/+1
* When exiting on failure, use appropriate exit codeOmair Majid2011-01-241-1/+1
* remove ununsed imports in netxOmair Majid2011-01-121-3/+0
* add symlinks under JDK_HOME/jre/bin and make javaws work without them tooOmair Majid2010-12-151-5/+2
* add support for validating configurationOmair Majid2010-12-131-1/+1
* Fix Javadoc warnings.Andrew John Hughes2010-12-081-1/+1
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-061-77/+60
* create files with reduced permissions when possibleOmair Majid2010-11-241-10/+4
* use deployment.properties file for infrastructure related configurationOmair Majid2010-11-031-3/+7
* Fix possible null dtd in Swing applicationsOmair Majid2010-10-261-0/+19
* launch applications that have a non-public main classOmair Majid2010-10-261-0/+1
* remove duplicate R methods; create a single class to handle translationOmair Majid2010-10-251-3/+3
* Fix most warnings arising from NetX code.Andrew John Hughes2010-10-211-3/+3
* Initial import from IcedTea6.andrew2010-10-191-0/+883