Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-126

Property "guacd-host" should actually be "guacd-hostname"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.8.3, 0.9.0, 0.9.1, 0.8.4, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9
    • 0.9.12-incubating
    • Documentation
    • None

    Description

      The documentation covering guacamole.properties lists the property covering the hostname of the machine hosting guacd as "guacd-host", which is wrong. The property is actually "guacd-hostname".

      From Environment.java within guacamole-ext:

          /**
           * The hostname of the server where guacd (the Guacamole proxy server) is
           * running.
           */
          public static final StringGuacamoleProperty GUACD_HOSTNAME = new StringGuacamoleProperty() {
      
              @Override
              public String getName() { return "guacd-hostname"; }
      
          };
      

      It looks like this has been wrong for as long as it has been documented.

      Attachments

        Activity

          People

            mjumper Mike Jumper
            mjumper Mike Jumper
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: