Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.14.2, 5.15.0
-
Windows 10
-
-
e03a3882bea83d19879b30e312cc1d24520ed540 (qt/qtbase/5.14)
Description
When sending a HTTP request that is doing NTLM authentication then it can crash after the first time it is done. This appears to be because if the handshake was done once before then it will still have this information after having completed phase3 from before. So it tries to reuse it which causes a problem with the GSSAPI path.