summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2020-05-05 15:41:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-06-08 12:15:49 +0000
commitc8491e0ec481dde53c0838a4ca00a0a4f7e933a3 (patch)
tree03a9750523f227d4623786800c8280f3fac58306 /doc
parent075d971fea75f48122207dc01fce35cfdbb40daf (diff)
QAuthenticator: Reprioritize authentication methods
The addition of Negotiate to QAuthenticator caused a soft sort of regression in environments where there is key distribution center set up. This was due to how QAuthenticator works in that it will simply prefer the latest entry in the enum, which now was Negotiate, which sadly wasn't really a valid option in that situation. And it is not smart enough to fall back and try another method. To work around this issue we re-order the enum to prioritize authentication methods to restore previous behavior. Note that Negotiate is still preferred over Basic and None because they're not likely to appear together. Task-number: QTBUG-83905 Change-Id: Ic528318b6b711aa04d42a86c684452bb6ebde112 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit aed7a65b8b0870d8a019f7917888587de2a66303) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions