public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/28034] New: debuginfod server: preserve + etc. elements in incoming webapi url
@ 2021-06-30 18:37 fche at redhat dot com
  2021-06-30 20:00 ` [Bug debuginfod/28034] " fche at redhat dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fche at redhat dot com @ 2021-06-30 18:37 UTC (permalink / raw)
  To: elfutils-devel

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

            Bug ID: 28034
           Summary: debuginfod server: preserve + etc. elements in
                    incoming webapi url
           Product: elfutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: unassigned at sourceware dot org
          Reporter: fche at redhat dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

When requesting some source files, some URL-inconvenient chars sometimes pop
up.  Example from f33 libstdc++:

  
/buildid/44d8485cb75512c2ca5c8f70afbd475cae30af4f/source/usr/src/debug/gcc-10.3.1-1.fc33.x86_64/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/condition_variable.cc

As this URL is passed into debuginfod's handler_cb, it appears that the + signs
are helpfully unescaped to spaces by libmicrohttpd, which 'course breaks
everything.  We need to suppress this HTTP URL processing step.  Also worth
checking that %HEX decoding is also suppressed.

(.... alternately, we could change the client to urlencode such identifiers
.... and change the webapi to spell this out.  But I hope that's not
necessary.)

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-27 18:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 18:37 [Bug debuginfod/28034] New: debuginfod server: preserve + etc. elements in incoming webapi url fche at redhat dot com
2021-06-30 20:00 ` [Bug debuginfod/28034] " fche at redhat dot com
2021-07-07 12:29 ` mark at klomp dot org
2021-07-07 13:45 ` fche at redhat dot com
2021-07-12 19:20 ` nsanci at redhat dot com
2021-08-25 12:33 ` mark at klomp dot org
2021-08-25 12:34 ` fche at redhat dot com
2021-08-25 12:43 ` mark at klomp dot org
2021-09-27 18:54 ` nsanci at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).