qt6-bb10/tests/auto/network
Ryan Chu a5ad605dfe QFtp: only use fall-back password for anonymous access
The code used to fall back to anonymous login independently for username
and password; however, it should only use a fall-back password if the
username is missing or (case-insensitive) "anonymous".  When a
non-anonymous username is given without password, we should simply skip
he PASS message to FTP.

If the FTP server requests a password, in the latter case, QFtp will
signal authenticationRequired; in all cases, if the server rejects the
given credentials, QFtp signals authenticationFailed.  Either way, the
client code can then query the user for credentials as usual.

Task-number: QTBUG-25033
Change-Id: I2a4a3b2725819ab19c8a7e4baa431af539edcd8d
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-01-09 13:31:55 +00:00
..
access QFtp: only use fall-back password for anonymous access 2018-01-09 13:31:55 +00:00
bearer Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
kernel Stop depending on test.macieira.org 2017-11-27 21:48:20 +00:00
socket tst_QUdpSocket - unblacklist tests on Ubuntu 16.04 2018-01-05 03:59:13 +00:00
ssl Fix tst_QSslSocket::waitForConnectedEncryptedReadyRead 2017-11-22 13:50:09 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00