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

discover: new config parser #15

Merged
merged 1 commit into from
Oct 4, 2017
Merged

discover: new config parser #15

merged 1 commit into from
Oct 4, 2017

Conversation

magiconair
Copy link
Contributor

This patch implements a different config parser for the go-discover
config language. This is a breaking change from the previous
implementation since the values are no longer expected to be URL encoded
but are taken as literals unless they contain a space, backslash or
double-quote. In that case they need to be quoted and special characters
can be escaped as usual.

This patch implements a different config parser for the go-discover
config language. This is a breaking change from the previous
implementation since the values are no longer expected to be URL encoded
but are taken as literals unless they contain a space, backslash or
double-quote. In that case they need to be quoted and special characters
can be escaped as usual.
@magiconair
Copy link
Contributor Author

magiconair commented Oct 3, 2017

This addresses hashicorp/consul#3417

@magiconair magiconair merged commit 8fd8e68 into master Oct 4, 2017
@magiconair magiconair deleted the new-config-parser branch October 4, 2017 08:19
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.

3 participants