Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise MultipleSignaturesTest to demonstrate PR822 | Adam Domurad | 2012-10-22 | 8 | -31/+85 |
| | |||||
* | Reproducer for PR822 | Adam Domurad | 2012-10-22 | 8 | -0/+483 |
| | |||||
* | Fix regression with trivially signed (eg, just META-INF/) jars | Adam Domurad | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | Major rework of JarCertVerifier certificate management. | Danesh Dadachanji | 2012-10-22 | 2 | -2/+613 |
| | | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets. | ||||
* | Add a @KnownToFail | Adam Domurad | 2012-10-22 | 1 | -0/+2 |
| | |||||
* | Renamed reproducers-related variables and targets | Jiri Vanek | 2012-10-19 | 4 | -14/+14 |
| | |||||
* | Add automatic closing to AppletBaseURL tests | Adam Domurad | 2012-10-16 | 2 | -29/+15 |
| | |||||
* | Add automatic closing to AppletTakesLastParam browser test | Adam Domurad | 2012-10-16 | 2 | -37/+23 |
| | |||||
* | Modification of JSToJGet simple reproducer testcases for better readability. | Jana Fabrikova | 2012-10-15 | 1 | -51/+30 |
| | |||||
* | Adding a new simple reproducer JSToJGet for testing Liveconnect - getting ↵ | Jana Fabrikova | 2012-10-03 | 6 | -0/+823 |
| | | | | members from Java side. | ||||
* | Fixed missing package declaration | Adam Domurad | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Added rules listeners | Jiri Vanek | 2012-09-25 | 6 | -33/+455 |
| | |||||
* | Added basic ClosingLIstener support, implementation and example | Jiri Vanek | 2012-09-24 | 12 | -5/+422 |
| | |||||
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 11 | -0/+775 |
| | |||||
* | Added strict test | Jiri Vanek | 2012-09-07 | 1 | -10/+62 |
| | |||||
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 3 | -7/+7 |
| | |||||
* | Fixing several errors which were causing incorrect behaviour causing correct ↵ | Jiri Vanek | 2012-09-05 | 6 | -31/+102 |
| | | | | reproduction of PR905 | ||||
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 17 | -3/+1138 |
| | |||||
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 6 | -0/+635 |
| | |||||
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 7 | -0/+267 |
| | |||||
* | Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST | Adam Domurad | 2012-08-28 | 5 | -0/+280 |
| | |||||
* | Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵ | Adam Domurad | 2012-08-27 | 3 | -0/+205 |
| | | | | policy set. | ||||
* | Added PR822 reproducer | Jiri Vanek | 2012-08-27 | 13 | -1/+818 |
| | |||||
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 1 | -33/+178 |
| | | | | | | | | | | | | | | | * 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 | 11 | -0/+757 |
| | |||||
* | destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵ | Jiri Vanek | 2012-08-21 | 1 | -8/+26 |
| | | | | sigTerm | ||||
* | Encoding reproducer | Jiri Vanek | 2012-08-17 | 14 | -1/+892 |
| | |||||
* | Reproducer for properly handling java cookie jar persistence | Adam Domurad | 2012-08-17 | 10 | -0/+752 |
| | |||||
* | Added verbose constant for launching javaws | Jiri Vanek | 2012-08-17 | 1 | -0/+1 |
| | |||||
* | Fixed DeadlockTest and listeners forwarding | Jiri Vanek | 2012-08-17 | 2 | -5/+5 |
| | |||||
* | Restrict manifest classpath searching for JNLPs. | Danesh Dadachanji | 2012-08-15 | 8 | -0/+469 |
| | |||||
* | Reproducer for unsigned content in META-INF/ | Adam Domurad | 2012-08-14 | 4 | -0/+143 |
| | |||||
* | Added forgotten license header | Adam Domurad | 2012-08-14 | 1 | -0/+37 |
| | |||||
* | Unit test for JCV.isMetaInfFile() | Adam Domurad | 2012-08-14 | 1 | -0/+17 |
| | |||||
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 20 | -0/+3394 |
| | |||||
* | Fixed wrong call in previous commit which was causing null process name | Jiri Vanek | 2012-08-13 | 2 | -2/+1 |
| | |||||
* | Reproducers of PR955 | Jiri Vanek | 2012-08-13 | 9 | -11/+794 |
| | |||||
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 4 | -9/+1530 |
| | |||||
* | Removed firefox switch wich was causing paralel tests not to start | Jiri Vanek | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Fix PR1049: Empty jars are handled correctly during signature validation | Saad Mohammad | 2012-08-01 | 6 | -0/+322 |
| | |||||
* | Fix JNLPMatcherTest timeout from being too restrictive. | Danesh Dadachanji | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | try to close browser before kill it | Jiri Vanek | 2012-07-11 | 7 | -48/+77 |
| | |||||
* | Small fix in test | Adam Domurad | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ↵ | Saad Mohammad | 2012-07-03 | 12 | -0/+728 |
| | | | | extensions | ||||
* | Added missing changset | Jiri Vanek | 2012-07-03 | 1 | -5/+5 |
| | | | | This was approved some week ago, but I have pushed it to now delted file and forgot to push it also to new file | ||||
* | Removal of not removed file during recent refactoring | Jiri Vanek | 2012-07-03 | 2 | -393/+15 |
| | | | | Also with changes originaly done in the "bad" one | ||||
* | Added missing headers for some tests | Jiri Vanek | 2012-07-02 | 25 | -8/+897 |
| | |||||
* | Refactored reproducers directry structure | Jiri Vanek | 2012-07-02 | 213 | -1772/+2651 |
| | |||||
* | Fixed resource tests and Browsers.none behavior | Jiri Vanek | 2012-06-29 | 3 | -11/+35 |
| | |||||
* | Fix problem in resolving classes | Omair Majid | 2012-06-28 | 1 | -1/+47 |
| | | | | | | | | | | | | | | | | | The bug manifests when the following sequence of steps happen: 1. An applet with both a codebase and a jar (archive) is loaded 2. A class Foo is loaded using the codebase classloader 3. The Foo class tries to load a class Bar that is specified in the jar archive. The Bar class is not found. The following applet reproduces the problem: http://javadjvu.foxtrottechnologies.com/cgi-bin/djvuapplet.pl/examples/deer.djvu?zoom=page The fix addresses the problem by ensuring that the codebase classloader asks the classloader that knows about the jar archive to resolve classes too. |