[Webkit-unassigned] [Bug 17586] In applet init function, passing 'this' to JS function causes MalformedURLException
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 25 06:48:12 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=17586
------- Comment #3 from admin at neurodna.com 2008-04-25 06:48 PDT -------
We have the same problem on Safari. We are also getting the following when a
http connection is initiated when in a javascript to java live connect call.
java.security.AccessControlException: access denied (java.net.SocketPermission
192.168.0.17:80 connect,resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown
Source)
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list