[Webkit-unassigned] [Bug 18742] New: http connection in Java applets is completely broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 25 07:53:54 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18742

           Summary: http connection in Java applets is completely broken
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P3
         Component: Java
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: admin at neurodna.com


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)


-- 
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