aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR1161: X509VariableTrustManager does not work correctly with OpenJDK7Deepak Bhole2012-09-179-76/+416
|
* Add signed jnlp tests for applications with multiple jarsSaad Mohammad2012-09-0712-0/+807
|
* Added strict testJiri Vanek2012-09-072-10/+77
|
* Fixing several typos from previous push.Jiri Vanek2012-09-064-7/+17
|
* Fixing several errors which were causing incorrect behaviour causing correct ↵Jiri Vanek2012-09-057-31/+120
| | | | reproduction of PR905
* Added multiple-applets testsJiri Vanek2012-09-0518-3/+1166
|
* Single instance support for jnlp-href and testsJiri Vanek2012-09-0510-8/+709
|
* Fix for PR920: Classes attempted to load twice when class extends from ↵Adam Domurad2012-08-283-15/+11
| | | | outside jar
* Reproducer for PR920, linkage error sometimes occursAdam Domurad2012-08-288-1/+289
|
* Reproducer for PR1112, main class in signed jar loaded via INDEX.LISTAdam Domurad2012-08-287-0/+298
|
* Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵Adam Domurad2012-08-274-0/+217
| | | | policy set.
* Fir regression that sometimes results in ClassCircularityErrorDeepak Bhole2012-08-272-0/+8
|
* Added PR822 reproducerJiri Vanek2012-08-2715-2/+841
|
* Fixed long term failing unit-test, fixed NPE from ClassLoaderJiri Vanek2012-08-275-39/+235
| | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/NullJnlpFileException.java: new class to distinguish plain NPE from null jnlp file. * netx/net/sourceforge/jnlp/SecurityDesc.java: (getSandBoxPermissions) added throw of NullJnlpFileException in case of null jnlp file. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (findClass) added Override annotation, add catch of NullJnlpFileException and re-throw of CNF exception. * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: (testResourceLoadSuccessCaching) (testResourceLoadFailureCaching) (testParentClassLoaderIsAskedForClasses) - internal JNLPFile's (getSecurity) null in SecurityDesc constructorrepalced by this. (testNullFileSecurityDesc) new test to ensure NPE in null JNLPFile case.
* Added tests for PR905 - parameters in jnlp/html application/applet resourcesJiri Vanek2012-08-2312-0/+784
|
* destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵Jiri Vanek2012-08-212-8/+34
| | | | sigTerm
* launcher/javaws.in: java is now launched by execJiri Vanek2012-08-212-1/+5
|
* Fix a small bug in the contain() methodThomas Meyer2012-08-192-9/+14
|
* Fix some javadoc warningsThomas Meyer2012-08-197-6/+17
|
* Fixed whitelistJiri Vanek2012-08-171-1/+1
|
* Encoding reproducerJiri Vanek2012-08-1715-1/+909
|
* Forgot changelog yet again. Woops.Adam Domurad2012-08-171-0/+42
|
* Fixes PR588, Icedtea-web now saves cookies set in java cookie jarAdam Domurad2012-08-174-1/+78
|
* Reproducer for properly handling java cookie jar persistenceAdam Domurad2012-08-1711-1/+753
|
* Added verbose constant for launching javawsJiri Vanek2012-08-172-0/+6
|
* Fixed DeadlockTest and listeners forwardingJiri Vanek2012-08-173-5/+14
|
* Restrict manifest classpath searching for JNLPs.Danesh Dadachanji2012-08-1510-1/+492
|
* Changelog for unsigned content in metainf reproducerAdam Domurad2012-08-141-0/+17
|
* Reproducer for unsigned content in META-INF/Adam Domurad2012-08-144-0/+143
|
* Added forgotten license headerAdam Domurad2012-08-141-0/+37
|
* Unit test for JCV.isMetaInfFile()Adam Domurad2012-08-143-1/+26
|
* Added splashscreen implementationJiri Vanek2012-08-1350-11/+7321
|
* Fixed wrong call in previous commit which was causing null process nameJiri Vanek2012-08-133-2/+9
|
* Reproducers of PR955Jiri Vanek2012-08-1310-11/+813
|
* Forgot changelog for consume_plugin_message refactoringAdam Domurad2012-08-101-0/+8
|
* Refactor consume_message with helper consume_plugin_messageAdam Domurad2012-08-091-59/+64
|
* Back out erroneous changesetThomas Meyer2012-08-091-1/+0
|
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-0813-60/+1894
|
* Export only a minimum of symbols. This should fix PR472.Thomas Meyer2012-08-073-1/+11
|
* Merge branchesThomas Meyer2012-08-0711-3/+288
|\
| * Add license header to filesSaad Mohammad2012-08-078-0/+271
| |
| * Fixes PR1106, buffer overflow in plugin tableAdam Domurad2012-08-073-2/+16
| |
| * Removed firefox switch wich was causing paralel tests not to startJiri Vanek2012-08-071-1/+1
| |
* | ignore eclipse bin pathThomas Meyer2012-08-031-0/+1
|/
* Added NEWS entry for PR1049Saad Mohammad2012-08-012-0/+5
|
* Fix PR1049: Empty jars are handled correctly during signature validationSaad Mohammad2012-08-019-1/+364
|
* Fix JNLPMatcherTest timeout from being too restrictive.Danesh Dadachanji2012-08-012-1/+7
|
* CVE-2012-3422, RH840592: Potential read from an uninitialized memory locationDeepak Bhole2012-07-243-0/+25
| | | | Updated NEWS file with entry for CVE-2012-3423
* Fix in Makefile missing absolute path for keytool.Danesh Dadachanji2012-07-312-1/+5
|
* Introduced configure option --with-gtk=2|3|default to be ableJiri Vanek2012-07-314-1/+50
| | | | to compile against different version of GTK+ (2.x or 3.x).