Prepend prefix when HTTP path is relative
authorStephen Benjamin <stephen@redhat.com>
Mon, 9 Jan 2023 23:30:41 +0000 (18:30 -0500)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 28 Jul 2024 22:42:11 +0000 (22:42 +0000)
commit889335f9862e5862aa0c12c0cbfe984a641ad93f
treeb152e52a1f3a0327e9446b43454d9ea0651a0599
parent41920d25236ea374da4e8fb8e846cd5279e3097d
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