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/06/28 16:59:00 UTC

[jira] [Resolved] (GUACAMOLE-320) Text attributes may erroneously be set as blank

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

Michael Jumper resolved GUACAMOLE-320.
--------------------------------------
    Resolution: Fixed

This should now be fixed, but you will need to manually set "proxy_hostname" to NULL for any connections previously affected.

> Text attributes may erroneously be set as blank
> -----------------------------------------------
>
>                 Key: GUACAMOLE-320
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-320
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole, guacamole-ext
>    Affects Versions: 0.9.13-incubating
>            Reporter: Karl Fiabeschi
>            Assignee: Michael Jumper
>            Priority: Blocker
>             Fix For: 0.9.13-incubating
>
>
> The recently-added text attributes for connections and users can be accidentally set to a blank value (rather than null) if the value is edited and then deleted. This is particularly problematic for the new guacd hostname attribute for connections, which causes connections to fail if set to a blank value:
> {code:none}
> [http-bio-8080-exec-9] DEBUG o.a.g.net.InetGuacamoleSocket - Connecting to guacd at :4822.
> {code}
> For fields which internally use {{null}} to represent a blank value, blank values provided by the interface should be properly translated back to {{null}}, including {{""}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)