https://bugs.kde.org/show_bug.cgi?id=505891
--- Comment #10 from Volker Krause <vkra...@kde.org> --- Git commit 314c2550b90d0c5d0a7a155eea02cd2517913be3 by Volker Krause. Committed on 21/06/2025 at 09:17. Pushed by vkrause into branch 'release/25.04'. Work around pkpass type identifier case-sensitivity getting lost in URLs We have paths that pass this through a QUrl::host, which converts to lower-case, and are then unable to find the correct pkpass file on disk again. This shouldn't happen in the first place, but since it's part of the stored schema.org data we have to have a fallback either way to recover already existing data affected by this. (cherry picked from commit 2010fd98692173da074a28741b88ed41a8a7fabb) M +32 -13 src/app/pkpassmanager.cpp https://invent.kde.org/pim/itinerary/-/commit/314c2550b90d0c5d0a7a155eea02cd2517913be3 -- You are receiving this mail because: You are watching all bug changes.