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

   This PR addresses GUACAMOLE-2214.
   
   Problem:
   Connections with UTF-8 (non-ASCII) names could not be accessed
   correctly when using the JSON authentication plugin.
   
   Solution:
   An optional 'name' field was added to JSON authentication
   connections so that display names can safely contain UTF-8
   characters while keeping identifiers ASCII-safe.
   
   Reproduction:
   - Use JSON authentication with a multibyte connection name (e.g. Japanese 
text)
   - Generate an encrypted authentication URL
   - Attempt to open the connection
   
   Backward Compatibility:
   Existing configurations continue to work without modification.
   
   JIRA:
   https://issues.apache.org/jira/browse/GUACAMOLE-2214


-- 
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]

Reply via email to