qt5base-lts/tests/auto/network/access
Shane Kearns b4a538ea1c Fix handling of urls containing username/password in QNetworkAccessManager
QNetworkAccessManager was ignoring the supplied credentials, although
webkit seems to support these urls at a higher level.

Following the behaviour of browsers:
We use supplied credentials if authentication is required.
We add supplied credentials to the authentication cache.
We emit authenticationRequired signal if the credentials were wrong.
We do not use previously cached credentials for that url

Synchronous http requests fail, if the credentials were wrong.

Task-number: QTBUG-18107
Change-Id: If46e8eab1511ba8a0f4bbe0d4efaabc4df0b8ab4
Reviewed-by: Richard J. Moore <rich@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-02-17 15:04:07 +01:00
..
qabstractnetworkcache Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qftp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qhttpnetworkconnection Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qhttpnetworkreply Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessmanager Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkcachemetadata Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkcookie Eliminate duplicate data row names in network autotests 2012-02-16 02:00:46 +01:00
qnetworkcookiejar Eliminate duplicate data row names in network autotests 2012-02-16 02:00:46 +01:00
qnetworkdiskcache Eliminate duplicate data row names in network autotests 2012-02-16 02:00:46 +01:00
qnetworkreply Fix handling of urls containing username/password in QNetworkAccessManager 2012-02-17 15:04:07 +01:00
qnetworkrequest Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
access.pro Make QFtp private. 2012-01-12 14:38:55 +01:00