summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2016-03-14 18:39:17 +0100
committerMichael Brown2016-03-14 19:03:13 +0100
commit75496817c2d28aef8b91fce8185814f8d39f69ab (patch)
tree75289d6cf753f3eebad79bc9c735a0fd3e520d57 /src/core
parent[uri] Support URIs containing only scheme and path components (diff)
downloadipxe-75496817c2d28aef8b91fce8185814f8d39f69ab.tar.gz
ipxe-75496817c2d28aef8b91fce8185814f8d39f69ab.tar.xz
ipxe-75496817c2d28aef8b91fce8185814f8d39f69ab.zip
[uri] Support "file:" URIs describing relative paths
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/uri.c b/src/core/uri.c
index 0abd8bdc..73ad2b22 100644
--- a/src/core/uri.c
+++ b/src/core/uri.c
@@ -157,7 +157,7 @@ static int uri_character_escaped ( char c, unsigned int field ) {
* the reparsing of the URI, allowing everything else
* (e.g. ':', which will appear in iSCSI URIs).
*/
- [URI_OPAQUE] = "/#",
+ [URI_OPAQUE] = "#",
/* User name: escape everything */
[URI_USER] = "/#:@?",
/* Password: escape everything */