GNOME Bugzilla – Bug 594405
SoupURI fails to recreate URI as string correctly with empty query
Last modified: 2009-09-07 22:26:09 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.