/hg/release/icedtea6-1.7: netx: error out when unsigned jnlp app...
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Wed Jul 21 11:50:55 PDT 2010
changeset 37bf993565d7 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=37bf993565d7
author: Omair Majid <omajid at redhat.com>
date: Wed Jul 21 14:43:05 2010 -0400
netx: error out when unsigned jnlp applications request permissions
This patch fixes a missing throws that was causing a build failure.
2010-07-21 Omair Majid <omajid at redhat.com>
* rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
(setSecurity): Can now throw LaunchException.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java | 2 +-
diffs (12 lines):
diff -r 51be5c90d1d1 -r 37bf993565d7 rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
--- a/rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java Wed Jul 21 18:20:30 2010 +0100
+++ b/rt/net/sourceforge/jnlp/runtime/JNLPClassLoader.java Wed Jul 21 14:43:05 2010 -0400
@@ -167,7 +167,7 @@ public class JNLPClassLoader extends URL
}
- private void setSecurity() {
+ private void setSecurity() throws LaunchException {
/**
* When we're trying to load an applet, file.getSecurity() will return
* null since there is no jnlp file to specify permissions. We
More information about the distro-pkg-dev
mailing list