qt5base-lts/tests/auto/network
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
..
access Fix handling of urls containing username/password in QNetworkAccessManager 2012-02-17 15:04:07 +01:00
bearer Windows: Fixed helper process finding in network tests 2012-02-15 02:34:38 +01:00
kernel Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
socket Allow the QLocalServer to listen to a native descriptor 2012-02-15 02:36:02 +01:00
ssl Changed qsslkey to work from installation directory 2012-02-17 05:24:43 +01:00
network.pro Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00