HTTP authentication: return error if authentication cannot be handled
commitd216c0fd62a879fd1eb84e087f70c7f542d75d58
authorPeter Hartmann <peter.hartmann@trolltech.com>
Thu, 14 May 2009 09:21:25 +0000 (14 11:21 +0200)
committerPeter Hartmann <peter.hartmann@trolltech.com>
Fri, 15 May 2009 12:10:19 +0000 (15 14:10 +0200)
tree47e2f920a35ed7ea9095a14a9575b3cace8ba694
parent9c3f5040bc9b80619ebe167c352ac8f0394f9b41
HTTP authentication: return error if authentication cannot be handled

return error upon receiving an unknown authentication method (e.g.
WSSE); before we were just silently returning.

Reviewed-by: Thiago Macieira
src/network/access/qhttpnetworkconnection.cpp
tests/auto/qnetworkreply/tst_qnetworkreply.cpp