[qt/qt/qtnetworkauth]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtnetworkauth
Pushed by mirror-service into branch '6.12'.
Changed from f5da6d7553ab83fdfece5f2f6d578d6180996c33 to 4a64f6d7e78c301600afd8ff19b1ea0bacdb4dc9
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.
This change contains the following new commits:
Git commit 7004ff48cab614588f2b94685048a397b683f0f4 by Qt Cherry-pick Bot (on behalf of Sol ZHu) on 17/08/2026 at 05:19..
ohos: fix OAuth2 code/device flow test with built-in test data
When test data is embedded as resources, the certificates are located
under :/shared/certs. QFINDTESTDATA("../shared/certs") cannot resolve
that resource path and falls back to the application directory, causing
the TLS authentication test to run without its certificates.
Use the embedded resource path when BUILTIN_TESTDATA is enabled while
retaining the existing filesystem lookup for other configurations.
Fixes: QTBUG-148808
Change-Id: I0c2a8504b13aac722367029b472157e0dc3b1638
Reviewed-by: Juha Vuolle <[email protected]>
(cherry picked from commit fdacdbbe62e678d4cf3652e4b6024943d6feb375)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
https://invent.kde.org/qt/qt/qtnetworkauth/-/commit/7004ff48cab614588f2b94685048a397b683f0f4
Git commit 4a64f6d7e78c301600afd8ff19b1ea0bacdb4dc9 by Qt Cherry-pick Bot (on behalf of Sol ZHu) on 17/08/2026 at 05:19..
tst_oauthhttpserverreplyhandler: support built-in TLS test data
The localhostHttps test relies on a private key and certificate. On
platforms where test data is built into the test binary(e.g. OHOS),
these files were not declared as TESTDATA and could not be found at
runtime. Consequently, the TLS handshake failed and callbackReceived was
never emitted.
Declare the shared certificates as TESTDATA and use their resource path
when BUILTIN_TESTDATA is defined. Retain the existing filesystem lookup
for platforms where test data remains externally accessible.
Fixes: QTBUG-148994
Change-Id: If42f88dff3f5f9cb058f36483e92b9f415989dc6
Reviewed-by: Juha Vuolle <[email protected]>
(cherry picked from commit da5f1735e8115baf31398cf338cddf2083611532)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
https://invent.kde.org/qt/qt/qtnetworkauth/-/commit/4a64f6d7e78c301600afd8ff19b1ea0bacdb4dc9