aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/resources
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-23 18:33:29 +0200
committerJiri Vanek <[email protected]>2012-05-23 18:33:29 +0200
commite42314895bb715fdcdcdcf5b5653ba18fa7eb050 (patch)
tree7bdd642b2b8d6e1787a5e265c4e3c08ba1224715 /netx/net/sourceforge/jnlp/resources
parent2582f888083334cc50a7348efb2c4cada1f049b5 (diff)
Added more debugging outputs (especially paths to keystores) for JNLPClassLoader and CertificateUtils
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r--netx/net/sourceforge/jnlp/resources/Messages.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties
index 9866fe7..91e47b8 100644
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties
@@ -81,7 +81,9 @@ LUnsignedJarWithSecurityInfo=Application requested security permissions, but jar
LSignedAppJarUsingUnsignedJar=Signed application using unsigned jars.
LSignedAppJarUsingUnsignedJarInfo=The main application jar is signed, but some of the jars it is using aren't.
LSignedJNLPFileDidNotMatch=The signed JNLP file did not match the launching JNLP file.
-
+LNoSecInstance=Error: No security instance for {0}. The application may have trouble continuing
+LCertFoundIn={0} found in cacerts ({1})
+
JNotApplet=File is not an applet.
JNotApplication=File is not an application.
JNotComponent=File is not a component.