2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-25 15:53:29 +00:00
Files
xNBA/src/core
Michael Brown 35b7658877 [settings] Add the uristring setting type
This allows settings to be expanded in a way that is safe to include
within a URI string, such as

  kernel http://10.0.0.1/boot.php?mf=${manufacturer:uristring}

where the ${manufacturer} setting may contain characters that are not
permitted (or have reserved purposes) within a URI.

Since whitespace characters will be URI-encoded (e.g. "%20" for a
space character), this also works around the problem that spaces
within an expanded setting would cause the shell to split command-line
arguments incorrectly.
2008-09-24 07:22:42 +01:00
..
2007-06-03 01:50:03 +00:00
2007-06-03 01:51:10 +00:00
2007-07-14 15:42:26 +01:00
2007-12-06 21:38:23 +00:00
2006-12-20 03:49:36 +00:00
2007-01-19 01:13:12 +00:00
2005-03-08 18:53:11 +00:00
2008-08-11 03:43:12 +01:00
2007-05-18 15:26:44 +00:00
2007-07-24 17:11:31 +01:00
2007-07-10 06:24:30 +01:00
2007-07-14 15:42:26 +01:00
2008-01-22 18:48:47 +00:00