From 079aa711ecbd370805a1e23bdc6a7f396f157868 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Tue, 20 Dec 2016 08:41:46 +0100 Subject: Set the error for HTTP code 403 to be a ContentAccessDenied error Change-Id: I1404bba998cdd7d426c8491908c53edcd3ebc7fb Reviewed-by: Timur Pocheptsov --- src/network/access/qnetworkreply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/access/qnetworkreply.cpp') diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp index 3f17b68e79..b35cfe03d7 100644 --- a/src/network/access/qnetworkreply.cpp +++ b/src/network/access/qnetworkreply.cpp @@ -166,7 +166,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate() any credentials offered (if any) \value ContentAccessDenied the access to the remote - content was denied (similar to HTTP error 401) + content was denied (similar to HTTP error 403) \value ContentOperationNotPermittedError the operation requested on the remote content is not permitted -- cgit v1.2.3