Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.3.0
-
Fix Version/s: 5.5.0
-
Component/s: Network: Authentication, Network: Cache, Network: HTTP, WebKit
-
Labels:
-
Commits:2e207e29436cbe953df99783a9577a9776a200bb
Description
When authenticating via a webpage using AJAX then closing the page it shows and then reauthenticating causes it to reuse the previous credentials. With the webpage - http://qt-labs.jp/test/login.html - do the following in the browser example:
1) Enter user1 to "User" and "Password" entry and click "login" button.
New Tab is created. And it shows "User: user1"
2) Close the opened tab
3) Edit "User" and "Password" entry to user2 and click "login" button again.
New Tab is created.