summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-07-03 16:47:30 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-04 04:48:05 +0200
commit1fa5ea7a6a0719f4c52ac9ba3e61fc8ad0cd10bf (patch)
tree6f87d487aadbd93489803f932f7d5f9ddf1a1232 /tests/manual
parent6aa15690ffba0772ffeebf3d5199d94fa0d72bff (diff)
Remove fully-decoded QUrl user info and authority sections
Those sections contain more than one components of a URL, separated by delimiters. For that reason, QUrl::FullyDecoded and QUrl::DecodedMode do not make sense, since they would cause the returned value to be ambiguous and/or fail to parse again. In fact, there was a comment in the test saying "look how it becomes ambiguous". Those modes are already forbidden in the setters and getters of the full URL (setUrl(), url(), toString() and toEncoded()). [ChangeLog][Important Behavior Changes][QUrl and QUrlQuery] QUrl no longer supports QUrl::FullyDecoded mode in authority() and userInfo(), nor QUrl::DecodedMode in setAuthority() and setUserInfo(). Change-Id: I538f7981a9f5a09f07d3879d31ccf6f0c8bfd940 Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'tests/manual')
0 files changed, 0 insertions, 0 deletions