Michael Jumper created GUACAMOLE-126:
----------------------------------------
Summary: 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.9.9, 0.9.8, 0.9.7, 0.9.6, 0.9.5, 0.9.4, 0.9.3, 0.9.2,
0.8.4, 0.9.1, 0.9.0, 0.8.3
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)