qt5base-lts/tests/auto/corelib/io/qurl
David Faure 8a33077853 QUrl: fix resolved() for data URLs
They look relative because the path doesn't start with a '/' but they
have a scheme so they shouldn't be combined as if it was one absolute
and one relative URL.

[ChangeLog][QtCore][QUrl] QUrl::resolved() no longer treats a URL with
a scheme as a relative URL if it matches this URL's scheme. This special
casing was incompatible with RFC 3986 and broke resolving data: URLs,
for instance.

Change-Id: I3758d3a2141cea7c6d13514243eb8dee5d510dd0
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-07-29 17:51:51 +00:00
..
.gitignore
idna-test.c Update copyright headers 2015-02-11 06:49:51 +00:00
qurl.pro Add Mac type conversion functions to QtCore 2013-09-21 05:09:41 +02:00
tst_qurl_mac.mm Fixed license headers 2015-02-17 18:46:09 +00:00
tst_qurl.cpp QUrl: fix resolved() for data URLs 2016-07-29 17:51:51 +00:00