Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't escape config values #3728

Closed
wants to merge 1 commit into from

Conversation

danielkec
Copy link
Contributor

Signed-off-by: Daniel Kec daniel.kec@oracle.com

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
@danielkec danielkec self-assigned this Dec 13, 2021
@danielkec danielkec added this to the 3.0.0 milestone Dec 14, 2021
@@ -231,7 +231,7 @@ public void testResolveTokenWithDottedValue() {

Config config = Config.builder()
.sources(ConfigSources.create(ConfigNode.ObjectNode.builder()
.addValue("domain", "oracle.com")
.addValue("domain", Config.Key.escapeName("oracle.com"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Value cannot be escaped.

@danielkec
Copy link
Contributor Author

Fixed as part of #3769

@danielkec danielkec closed this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants