You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/01/28 04:35:24 UTC

[jira] [Updated] (GUACAMOLE-126) Property "guacd-host" should actually be "guacd-hostname"

     [ https://issues.apache.org/jira/browse/GUACAMOLE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper updated GUACAMOLE-126:
-------------------------------------
    Description: 
The [documentation covering {{guacamole.properties}}|http://guacamole.incubator.apache.org/doc/0.9.9/gug/configuring-guacamole.html#initial-setup] 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|https://github.com/apache/incubator-guacamole-client/blob/057a0922637c3f92c761cf26b1a6cb3d9eec8624/guacamole-ext/src/main/java/org/apache/guacamole/environment/Environment.java#L39-L48] within guacamole-ext:

{code:java}
    /**
     * 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"; }

    };
{code}

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

  was:
The [documentation covering {{guacamole.properties}}http://guacamole.incubator.apache.org/doc/0.9.9/gug/configuring-guacamole.html#initial-setup] 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|https://github.com/apache/incubator-guacamole-client/blob/057a0922637c3f92c761cf26b1a6cb3d9eec8624/guacamole-ext/src/main/java/org/apache/guacamole/environment/Environment.java#L39-L48] within guacamole-ext:

{code:java}
    /**
     * 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"; }

    };
{code}

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


> Property "guacd-host" should actually be "guacd-hostname"
> ---------------------------------------------------------
>
>                 Key: GUACAMOLE-126
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-126
>             Project: Guacamole
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 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
>            Reporter: Michael Jumper
>            Priority: Minor
>
> The [documentation covering {{guacamole.properties}}|http://guacamole.incubator.apache.org/doc/0.9.9/gug/configuring-guacamole.html#initial-setup] 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|https://github.com/apache/incubator-guacamole-client/blob/057a0922637c3f92c761cf26b1a6cb3d9eec8624/guacamole-ext/src/main/java/org/apache/guacamole/environment/Environment.java#L39-L48] within guacamole-ext:
> {code:java}
>     /**
>      * 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"; }
>     };
> {code}
> It looks like this has been wrong for as long as it has been documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)