multiple VMs incorrectly allowed to listen on same TCP port on NT

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: core-libs
    • None
    • beta
    • generic
    • windows_nt

      With the latest networking putback, running two copies of the following program succeeds (unexpectedly) on NT, but fails (as expected) on Solaris with a BindException:

      public class Sock {
          public static void main(String[] args) throws Exception {
      new java.net.ServerSocket(1099).accept();
          }
      }

            Assignee:
            Alan Bateman
            Reporter:
            Bob Scheifler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: