After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594405 - SoupURI fails to recreate URI as string correctly with empty query
SoupURI fails to recreate URI as string correctly with empty query
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-09-07 18:26 UTC by Gustavo Noronha (kov)
Modified: 2009-09-07 22:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gustavo Noronha (kov) 2009-09-07 18:26:44 UTC
When SoupURI is created with an URI that has an empty query (for example, http://my.host/?), it fails to readd the ? when recreating the URI string from the parsed data. This makes some WebKit layout tests fail now that we are passing URIs through SoupURI in our willSendRequest implementation.