https://bugs.kde.org/show_bug.cgi?id=393496

--- Comment #4 from Jonathan Marten <j...@keelhaul.me.uk> ---
Git commit a6a9e9e3e3abc8a6a3ffcecaf4a56c0eb837b7df by Jonathan Marten.
Committed on 17/12/2020 at 21:29.
Pushed by marten into branch 'master'.

Akregator feed plugin: Do not assert for a valid but relative URL

For example, "konqueror --part khtml foo".  This passes QUrl("foo"),
a valid but relative URL with no scheme, to KonqFeedIcon::feedFound().
This then asserts when calling KProtocolInfo::protocolClass() for the
blank scheme.

Note that the test case only works with KHTML, and will not reach this
point (an assert will have already happened within KIO) unless the fix
in https://invent.kde.org/frameworks/kio/-/merge_requests/264 is
implemented.

M  +1    -1    plugins/akregator/konqfeedicon.cpp

https://invent.kde.org/network/konqueror/commit/a6a9e9e3e3abc8a6a3ffcecaf4a56c0eb837b7df

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to