leonard2901 opened a new pull request, #952: URL: https://github.com/apache/guacamole-client/pull/952
For a CSV header which ends with " (attribute)" or " (parameter)" `header.replace(SUFFIX)` is called. However, `replace` expects a second parameter. If it is omitted it will be `undefined` which results in the header string `headernameundefined` and the field not being imported correctly. This can be reproduced when importing a CSV file like this: ``` name,protocol,username,password,hostname,group,users,groups,guacd-encryption (attribute) importedconnection,rdp,bob,pass2,conn2.web.com,ROOT,guac user 1,,ssl ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
