You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "jmuehlner (via GitHub)" <gi...@apache.org> on 2023/05/10 22:08:58 UTC

[GitHub] [guacamole-client] jmuehlner opened a new pull request, #861: GUACAMOLE-926: Trim spaces from user and user group names before importing.

jmuehlner opened a new pull request, #861:
URL: https://github.com/apache/guacamole-client/pull/861

   While the API does not enforce that user and user group names should be trimmed, allowing leading or trailing spaces, the user edit UI _does_ enforce this behavior, so the batch importer should do the same.
   
   This will make sure that a CSV list of users like `user1; user2; user3` will evaluate to `["user1", "user2", "user3"]` instead of `["user1", " user2", " user3"]`.


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [guacamole-client] mike-jumper merged pull request #861: GUACAMOLE-926: Trim spaces from user and user group names before importing.

Posted by "mike-jumper (via GitHub)" <gi...@apache.org>.
mike-jumper merged PR #861:
URL: https://github.com/apache/guacamole-client/pull/861


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org