| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Patch from Thomas Meyer <[email protected]>
* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc(sendMember): Use
createJavaObjectFromVariant to create the resulting object on Java side,
rather than always creating a JSObject.
|
| |
|
| |
|
|
|
|
| |
Patch from Thomas Meyer <[email protected]>
|
|
|
|
|
|
|
|
| |
2011-12-08 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/Launcher.java
(launchApplication): Print arguments being passed to the application's
main method in debug mode.
|
| |
|
| |
|
| |
|
|
|
|
| |
pac function
|
|\ |
|
| |
| |
| |
| | |
suffix domain SOP bypass
|
|/
|
|
|
|
|
|
|
|
| |
main jar
2011-10-31 Omair Majid <[email protected]>
* NEWS: Update.
* netx/net/sourceforge/jnlp/tools/JarSigner.java (verifyJars): Continue
with other jars if the first jar can't be used.
|
| |
|
|
|
|
|
|
|
|
|
| |
2011-10-25 Omair Majid <[email protected]>
PR804: javaws launcher incorrectly handles file names with spaces
* NEWS: Update.
* launcher/javaws.in: Use bash arrays to store arguments to handle
filenames with spaces correctly.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2011-09-29 Omair Majid <[email protected]>
* NEWS: Update.
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
(getResource): Rename to ...
(findResource): New method.
(findResources): If resource can not be found, search in lazy resources.
(findResourcesBySearching): New method.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-09-28 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/AppletDesc.java (getMainClass): Clarify the
return value in javadoc.
* netx/net/sourceforge/jnlp/Launcher.java
(createApplet, createAppletObject): Do not replace '/' with '.'.
* netx/net/sourceforge/jnlp/PluginBridge.java (PluginBridge): Ensure that
the class name is in the dot-separated from.
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
(checkForMain): Ensure that the name is an exact match.
|
|
|
|
| |
element in the manifest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-09-26 Lars Herschke <[email protected]>
* netx/net/sourceforge/jnlp/resources/Messages.properties: Add
CVExportPasswordMessage, CVImportPasswordMessage and
CVPasswordTitle.
* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java (initialize):
Initialize SSLContext with the user's client certificates.
* netx/net/sourceforge/jnlp/security/CertificateUtils.java
(addPKCS12ToKeyStore, addPKCS12ToKeyStore, dumpPKCS12): New methods.
* netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java
(getPasswords): New method.
(ImportButtonListener.actionPerformed): Import client certificates
in PKCS12 format.
(ExportButtonListener.actionPerformed): Export client certificates
in PKCS12 format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It turns out that TrustManager.checkTrusted() could be called by untrusted
code. In such a case, we should still show a warning to the user, and not
throw a SecurityException instead.
2011-09-23 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/security/SecurityDialogs.java
(showCertWarningDialog): Add a javadoc comment.
* netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java
(askUser): Wrap the call to showCertWarningDialog in a doPrivileged
block.
|
|
|
|
|
|
|
|
|
|
| |
2011-09-22 Omair Majid <[email protected]>
PR788: Elluminate Live! is not working
* NEWS: Update.
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
(checkForMain): If localFile is null (JAR couldn't be downloaded), try to
continue, rather than allowing the exception to cause an abort.
|
|
|
|
|
|
|
|
| |
2011-09-21 Omair Majid <[email protected]>
PR766: javaws fails to parse an <argument> node that contains CDATA
* netx/net/sourceforge/nanoxml/XMLElement.java
(sanitizeInput): Do not remove CDATA sections along with comments.
|
| |
|
|
|
|
|
|
|
| |
2011-09-22 Lars Herschke <[email protected]>
PR789: typo in jrunscript.sh
* jrunscript.in: Use = instead of ==.
|
|
|
|
| |
reflection and to laod unsigned code. This test pass, if loading unsigned jar will fail (because accessing of inner netx classes is avaiable by with reflection).
|
|
|
|
| |
behaviour.
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch from Michał Górny < mgorny at gentoo dot org >
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Based on patch from Lukas Zachar <lzachar at redhat dot com>
2011-08-29 Deepak Bhole <[email protected]>
* netx/net/sourceforge/jnlp/browser/FirefoxPreferencesFinder.java
(find): Only process Profile sections. Do not throw an exception if a
Default= line is not found since it is not guaranteed to exist.
|
|
|
|
|
|
|
|
| |
2011-08-24 Deepak Bhole <[email protected]>
RH718693: MindTerm SSH Applet doesn't work
* plugin/icedteanp/java/netscape/security/PrivilegeManager.java: New
file. Stub class, not needed with IcedTea-Web.
|
| |
|
|
|
|
|
|
|
|
| |
2011-08-23 Omair Majid <[email protected]>
* configure.ac: Add check for new non-standard classes
sun.net.www.protocol.jar.URLJarFile and
sun.net.www.protocol.jar.URLJarFileCallBack.
|
|
|
|
|
|
|
|
|
|
|
| |
2011-08-23 Omair Majid <[email protected]>
* Makefile.am: Remove JRE. Replace uses with SYSTEM_JRE_DIR instead. Also
replace uses of SYSTEM_JDK_DIR/jre with SYSTEM_JRE_DIR.
* acinclude.m4
(IT_CHECK_FOR_JRE): New macro.
(IT_FIND_JAVA): Require IT_CHECK_FOR_JRE. Use java binary from within the
JRE.
|
|
|
|
| |
signed JNLP warning is displayed if appropriate.
|
| |
|
|
|
|
| |
Andrew Hughes
|
|
|
|
| |
untrusted.
|
|\ |
|
| | |
|
|/
|
|
| |
signature and stops the launch of application
|
| |
|
| |
|
| |
|
| |
|