mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[uri] Support "file:" URIs describing relative paths
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user