-
Notifications
You must be signed in to change notification settings - Fork 205
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
Parsing special characters, ex: # number signs #44
Comments
I also facing this problem. I have a value like |
You need to quote
It's a little bit unexpected, because you normally don't have inline comments with ini files. |
gerrit-ovirt-org
pushed a commit
to oVirt/cockpit-ovirt
that referenced
this issue
Feb 11, 2019
Following bugs are fixed as part of this patch. 1. Consider the RAID parameters for the gdeploy configuration. 2. Fix spelling issues in stripe size. 3. Fix special char issue in gdeploy template. Following gdeploy configuration has a special char '#' in the configuration. So it has to be coverd with a quote. command=sed -i 's/^\(server .*iburst\)/#\1/' /etc/ntp.conf Related bug in ini package npm/ini#44 Change-Id: I3295e245ac488ab09af159e5e43cb54f5c77c11d
gerrit-ovirt-org
pushed a commit
to oVirt/cockpit-ovirt
that referenced
this issue
Feb 16, 2019
Following bugs are fixed as part of this patch. 1. Consider the RAID parameters for the gdeploy configuration. 2. Fix spelling issues in stripe size. 3. Fix special char issue in gdeploy template. Following gdeploy configuration has a special char '#' in the configuration. So it has to be coverd with a quote. command=sed -i 's/^\(server .*iburst\)/#\1/' /etc/ntp.conf Related bug in ini package npm/ini#44 Change-Id: I3295e245ac488ab09af159e5e43cb54f5c77c11d (cherry picked from commit 2f28c90)
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When parsing values like
6#G222
ini parser ignores all values after #. Values like this are used between multiple languages and needs to be able parse password values.The text was updated successfully, but these errors were encountered: