[Bug debuginfod/28034] debuginfod server: preserve + etc. elements in incoming webapi url
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 30 20:00:16 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=28034
--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
RFC3986 appears to mandate %-escaping many characters in order to pass through
a textbook URI/URL path string. So formally noting this in the webapi and
calling curl_easy_escape() on the outgoing URLs may be the thing to do.
https://datatracker.ietf.org/doc/html/rfc3986/#section-2.2
https://curl.se/libcurl/c/curl_easy_escape.html
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Elfutils-devel
mailing list