Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added rules listeners | Jiri Vanek | 2012-09-25 | 1 | -2/+20 | |
| | ||||||
* | Added basic ClosingLIstener support, implementation and example | Jiri Vanek | 2012-09-24 | 1 | -0/+27 | |
| | ||||||
* | Reproducers are now correctly compiled against liveconect(plugin.jar) | Jiri Vanek | 2012-09-24 | 1 | -0/+8 | |
| | ||||||
* | PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 | Deepak Bhole | 2012-09-17 | 1 | -0/+30 | |
| | ||||||
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 1 | -0/+32 | |
| | ||||||
* | Added strict test | Jiri Vanek | 2012-09-07 | 1 | -0/+15 | |
| | ||||||
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 1 | -0/+10 | |
| | ||||||
* | Fixing several errors which were causing incorrect behaviour causing correct ↵ | Jiri Vanek | 2012-09-05 | 1 | -0/+18 | |
| | | | | reproduction of PR905 | |||||
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 1 | -0/+28 | |
| | ||||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 1 | -0/+22 | |
| | ||||||
* | Fix for PR920: Classes attempted to load twice when class extends from ↵ | Adam Domurad | 2012-08-28 | 1 | -0/+8 | |
| | | | | outside jar | |||||
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 1 | -1/+22 | |
| | ||||||
* | Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST | Adam Domurad | 2012-08-28 | 1 | -0/+16 | |
| | ||||||
* | Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵ | Adam Domurad | 2012-08-27 | 1 | -0/+12 | |
| | | | | policy set. | |||||
* | Fir regression that sometimes results in ClassCircularityError | Deepak Bhole | 2012-08-27 | 1 | -0/+6 | |
| | ||||||
* | Added PR822 reproducer | Jiri Vanek | 2012-08-27 | 1 | -0/+22 | |
| | ||||||
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | * 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 resources | Jiri Vanek | 2012-08-23 | 1 | -0/+27 | |
| | ||||||
* | destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵ | Jiri Vanek | 2012-08-21 | 1 | -0/+8 | |
| | | | | sigTerm | |||||
* | launcher/javaws.in: java is now launched by exec | Jiri Vanek | 2012-08-21 | 1 | -0/+4 | |
| | ||||||
* | Fix a small bug in the contain() method | Thomas Meyer | 2012-08-19 | 1 | -0/+3 | |
| | ||||||
* | Fix some javadoc warnings | Thomas Meyer | 2012-08-19 | 1 | -0/+10 | |
| | ||||||
* | Encoding reproducer | Jiri Vanek | 2012-08-17 | 1 | -0/+17 | |
| | ||||||
* | Forgot changelog yet again. Woops. | Adam Domurad | 2012-08-17 | 1 | -0/+42 | |
| | ||||||
* | Added verbose constant for launching javaws | Jiri Vanek | 2012-08-17 | 1 | -0/+5 | |
| | ||||||
* | Fixed DeadlockTest and listeners forwarding | Jiri Vanek | 2012-08-17 | 1 | -0/+9 | |
| | ||||||
* | Restrict manifest classpath searching for JNLPs. | Danesh Dadachanji | 2012-08-15 | 1 | -0/+18 | |
| | ||||||
* | Changelog for unsigned content in metainf reproducer | Adam Domurad | 2012-08-14 | 1 | -0/+17 | |
| | ||||||
* | Unit test for JCV.isMetaInfFile() | Adam Domurad | 2012-08-14 | 1 | -0/+8 | |
| | ||||||
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 1 | -0/+88 | |
| | ||||||
* | Fixed wrong call in previous commit which was causing null process name | Jiri Vanek | 2012-08-13 | 1 | -0/+8 | |
| | ||||||
* | Reproducers of PR955 | Jiri Vanek | 2012-08-13 | 1 | -0/+19 | |
| | ||||||
* | Forgot changelog for consume_plugin_message refactoring | Adam Domurad | 2012-08-10 | 1 | -0/+8 | |
| | ||||||
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 1 | -0/+35 | |
| | ||||||
* | Export only a minimum of symbols. This should fix PR472. | Thomas Meyer | 2012-08-07 | 1 | -0/+5 | |
| | ||||||
* | Add license header to files | Saad Mohammad | 2012-08-07 | 1 | -0/+12 | |
| | ||||||
* | Fixes PR1106, buffer overflow in plugin table | Adam Domurad | 2012-08-07 | 1 | -0/+7 | |
| | ||||||
* | Added NEWS entry for PR1049 | Saad Mohammad | 2012-08-01 | 1 | -0/+3 | |
| | ||||||
* | Fix PR1049: Empty jars are handled correctly during signature validation | Saad Mohammad | 2012-08-01 | 1 | -0/+26 | |
| | ||||||
* | Fix JNLPMatcherTest timeout from being too restrictive. | Danesh Dadachanji | 2012-08-01 | 1 | -0/+6 | |
| | ||||||
* | CVE-2012-3422, RH840592: Potential read from an uninitialized memory location | Deepak Bhole | 2012-07-24 | 1 | -0/+10 | |
| | | | | Updated NEWS file with entry for CVE-2012-3423 | |||||
* | Fix in Makefile missing absolute path for keytool. | Danesh Dadachanji | 2012-07-31 | 1 | -0/+4 | |
| | ||||||
* | Introduced configure option --with-gtk=2|3|default to be able | Jiri Vanek | 2012-07-31 | 1 | -0/+9 | |
| | | | | to compile against different version of GTK+ (2.x or 3.x). | |||||
* | Small correction in strSplit | Adam Domurad | 2012-07-24 | 1 | -0/+6 | |
| | ||||||
* | Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from ↵ | Danesh Dadachanji | 2012-07-20 | 1 | -0/+11 | |
| | | | | certificate warning. | |||||
* | Fix possible endless loop while waiting for the applet object instance to ↵ | Thomas Meyer | 2012-07-19 | 1 | -0/+6 | |
| | | | | get create get created | |||||
* | try to close browser before kill it | Jiri Vanek | 2012-07-11 | 1 | -0/+15 | |
| | ||||||
* | Refactor Object launchType; to LaunchDesc launchType; in JNLPFile | Adam Domurad | 2012-07-10 | 1 | -0/+16 | |
| | ||||||
* | Bumped release number to 1.4pre | Deepak Bhole | 2012-07-09 | 1 | -0/+4 | |
| | ||||||
* | Minor cleanup that removes avoidable code from loop. | Saad Mohammad | 2012-07-09 | 1 | -0/+5 | |
| |