Leonard Wagner created GUACAMOLE-1925: -----------------------------------------
Summary: Connection CSV Import: Bug with "(attribute)" and "(parameter)" Suffixes Key: GUACAMOLE-1925 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1925 Project: Guacamole Issue Type: Bug Components: guacamole-client Affects Versions: 1.5.4 Reporter: Leonard Wagner The example provided at /import/connection/file-format-help fails to import the attribute "guacd-encryption" correctly. This can be reproduced with a CSV file like this: {code:java} name,protocol,username,password,hostname,group,users,groups,guacd-encryption (attribute) importedconnection,rdp,bob,pass2,conn2.web.com,ROOT,guac user 1,,ssl {code} This seems to be the case with all values where the header contains "(attribute)" or "(parameter)" Suffixes. -- This message was sent by Atlassian Jira (v8.20.10#820010)