[Bug debuginfod/25797] DEBUGINFOD_URLS should accept scheme-free urls

mark at klomp dot org sourceware-bugzilla@sourceware.org
Sun Jul 5 15:19:49 GMT 2020


https://sourceware.org/bugzilla/show_bug.cgi?id=25797

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
commit 8de6f9af46f12fe3b2a0871523f6df13c4b39e34 (HEAD -> master, origin/master,
origin/HEAD)
Author: Alice Zhang <alizhang@redhat.com>
Date:   Fri Jul 3 13:37:34 2020 -0400

    debuginfod: DEBUGINFOD_URLS should accept scheme-free urls

    Check scheme instead of effective url so that user may abbreviate
    DEBUGINFOD_URL. Add one test for scheme free http url.

    Notice that libcurl does not provide an almighty scheme free url
    support, /path/to/something without FILE:// can not be recognized
    in most circumstances, therefore for the neatness of our code
    structure, DEBUGINFOD_ URL of scheme "FILE" must be input as URI.

    Signed-off-by: Alice Zhang <alizhang@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list