Prepend prefix when HTTP path is relative
authorStephen Benjamin <stephen@redhat.com>
Mon, 9 Jan 2023 23:30:41 +0000 (18:30 -0500)
committerFelix Zielcke <fzielcke@z-51.de>
Mon, 15 Jul 2024 15:05:20 +0000 (17:05 +0200)
commitd1f1febe75659a197a00ab50f42bd3c50ea51358
tree10702c40b20e1781c3d26ffca39ce25f561c12d2
parent821ab6b48d4881df778c776bff65c7391db6d53c
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