-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.3.0
-
None
-
Windows
1) Run Tab Browser Example (Qt5.3.0/qtwebkit-examples/examples/webkitwidgets/browser)
2) Enter an URL which needs authentication.
example : https://httpbin.org/basic-auth/user/passwd
Username: user
Password: passwd
3) Wait around one minute
3) Enter Username and Password and press OK.
Expected result:
You can login
Actual result:
You're not able to login, the authentication jams and doesn't give any error or warning.
If you enter the username and password before 1 minute you are able to login successfully.
On debugging the source code we found that we are receiving error "RemoteHostClosedError".
This issue does not exist in Qt 4.7.1.
Is there any patch available for this bug