Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8062305

Socket.connect() throws SocketException: Unknown proxy type : HTTP

XMLWordPrintable

      system configuration
      ====================
      JRE 7u51 and above, windows 7, IE

      Submitter states that this is seen as a regression since 7u51. I haven't reproduced internally yet.

      Simple javaws testcase in their environement which calls :

      System.out.println("Trying to connect to: " + lServer + ":" + lPort);
      InetSocketAddress lAddress = new InetSocketAddress(lServer, lPort);
      lSocket = new Socket();

      lSocket.connect(lAddress, 500);

      and throws java.net.SocketException: Unknown proxy type : HTTP

      Possible that this is related to JDK-7178362

            coffeys Sean Coffey
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: