GUACAMOLE-2235: Clarify env var naming for digits and camelCase#285
Merged
necouchman merged 1 commit intoapache:staging/1.6.1from Feb 27, 2026
Merged
GUACAMOLE-2235: Clarify env var naming for digits and camelCase#285necouchman merged 1 commit intoapache:staging/1.6.1from
necouchman merged 1 commit intoapache:staging/1.6.1from
Conversation
0ac3ebc to
33899a4
Compare
Contributor
|
Thanks, @aslafy-z - These changes look good to me. Could you rebase them and the pull request against the |
Signed-off-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
33899a4 to
f9d96ae
Compare
Contributor
Author
|
@necouchman Just did it 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clarify how Guacamole derives environment variable names from property keys when
enable-environment-propertiesis enabled. The docs now mention that names are uppercased with underscores as separators, including digit boundaries and camelCase splitting, with two concrete examples (oauth2-property->OAUTH_2_PROPERTY,myURLProperty->MY_URL_PROPERTY).