Prepend prefix when HTTP path is relative
authorStephen Benjamin <stephen@redhat.com>
Mon, 9 Jan 2023 23:30:41 +0000 (18:30 -0500)
committerMate Kukri <mate.kukri@canonical.com>
Tue, 23 Jun 2026 15:04:12 +0000 (16:04 +0100)
commit4f3cd7b53b199bb07d529dd894b4b09543e530b3
treec4130f87bcfd7ccef2057724b18b18c863e48ad6
parent43de4dc75fe41e9fac51b8438680da10adcf4a84
Prepend prefix when HTTP path is relative

This sets a couple of variables.  With the url http://www.example.com/foo/bar :
http_path: /foo/bar
http_url: http://www.example.com/foo/bar

Resolves: rhbz#1616395
Co-authored-by: Javier Martinez Canillas <javierm@redhat.com>
Co-authored-by: Robbie Harwood <rharwood@redhat.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Stephen Benjamin <stephen@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Gbp-Pq: Topic network
Gbp-Pq: Name prepend-prefix-when-http-path-is-relative.patch
grub-core/kern/main.c
grub-core/net/efi/http.c