Skip to content

Fix NTLM domain parsing with Qt6

Volker Krause requested to merge work/qt6-fix-ntlm-domain-parsing into master

KNTLM::getAuth relies on isNull/isEmpty to distinguish the twp cases here, and with Qt5 this happened to work. With Qt6 QString::section returns a null string for an empty section though.

Merge request reports