WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 18741
18742
http connection in Java applets is completely broken
https://bugs.webkit.org/show_bug.cgi?id=18742
Summary
http connection in Java applets is completely broken
Joshua
Reported
2008-04-25 07:53:54 PDT
Making an http connection to origination server throws security exception java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.0.17 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.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) at com.neurodna.manager.NSendReceiveImp.streamPrivate(NSendReceiveImp.java:654) at com.neurodna.manager.NSendReceiveImp.access$200(NSendReceiveImp.java:95) at com.neurodna.manager.NSendReceiveImp$DefaultReceiver.runURLRequest(NSendReceiveImp.java:182) at com.neurodna.manager.NSendReceiveImp$DefaultReceiver.run(NSendReceiveImp.java:207)
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-04-25 11:12:26 PDT
How is this different than
bug 18741
?
Mark Rowe (bdash)
Comment 2
2008-04-25 14:36:45 PDT
*** This bug has been marked as a duplicate of
18741
***
Joshua
Comment 3
2008-04-26 04:30:45 PDT
It is basicly the same problem. sorry for the ditto.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug