Skip to content

GUACAMOLE-2214 Add 'name' field support for JSON authentication conne…#1161

Draft
onaoto0707 wants to merge 1 commit intoapache:mainfrom
onaoto0707:GUACAMOLE-2214-json-utf8-fix
Draft

GUACAMOLE-2214 Add 'name' field support for JSON authentication conne…#1161
onaoto0707 wants to merge 1 commit intoapache:mainfrom
onaoto0707:GUACAMOLE-2214-json-utf8-fix

Conversation

@onaoto0707
Copy link
Copy Markdown

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

@onaoto0707 onaoto0707 closed this Feb 6, 2026
@onaoto0707 onaoto0707 reopened this Feb 6, 2026
@onaoto0707 onaoto0707 closed this Feb 6, 2026
@onaoto0707 onaoto0707 reopened this Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant