]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[settings] Remove "uristring" setting type
authorMichael Brown <mcb30@ipxe.org>
Mon, 17 Feb 2014 16:14:25 +0000 (16:14 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 26 Feb 2014 23:34:07 +0000 (23:34 +0000)
commit09b057ce841156cf8dfb8d356d36b046d875cdf4
treee4fa240a670b4d7037ef1b2a86a576df10956891
parentced4f8d1d36f920ba3e316297f1b3ab841d37b6a
[settings] Remove "uristring" setting type

Commit b5f5f73 ("[cmdline] Expand settings within each command-line
token individually") effectively rendered the "uristring" setting type
obsolete, since strings containing whitespace no longer break the
command line parser.  The concept of the "uristring" type is not well
defined, since URI escaping rules depend on which portion of a URI is
being escaped.

Remove the "uristring" type, converting it into an alias for the
"string" setting type so as to avoid breaking existing scripts.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/settings.c
src/tests/settings_test.c