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

expose proxy host/port info

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.1.6
    • core-libs
    • generic
    • generic



      Name: eyC74480 Date: 06/17/98


      We would like to be able to access Activator Proxy Port and
      IP address information within the JVM.
      (Review ID: 33739)
      ======================================================================

      The bug can probably be closed the correct way to access the proxy information
      is

      Properties props = new Properties (System.getProperties());

      The Property can be queried with

      String sz = props.getProperty("javaplugin.proxy.usebrowsersettings");

      in order to figure out if the local properties are supposed to be used
      and by
      String sz = props.getProperty("javaplugin.proxy");
      in order to get the current settings

      stefan.schneider@eng 1998-07-29

            jccollet Jean-Christophe Collet (Inactive)
            eyusunw Ellis Yu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: