[konsole] [Bug 452978] URL parsing broken if URL includes port number or comma (or address is IPv6)
Kurt Hindenburg
bugzilla_noreply at kde.org
Sat May 28 21:42:57 BST 2022
https://bugs.kde.org/show_bug.cgi?id=452978
Kurt Hindenburg <kurt.hindenburg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/util
| |ities/konsole/commit/3b7e73
| |f54e2b07e658152ff01964d7ef3
| |98616cd
Status|REPORTED |RESOLVED
Version Fixed In| |22.08
Resolution|--- |FIXED
--- Comment #10 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 3b7e73f54e2b07e658152ff01964d7ef398616cd by Kurt Hindenburg, on
behalf of Ahmad Samir.
Committed on 28/05/2022 at 20:37.
Pushed by hindenburg into branch 'master'.
UrlFilter::FullUrlRegExp matches more valid urls
Add unittest.
This is based on:
https://datatracker.ietf.org/doc/html/rfc3986
FIXED-IN: 22.08
M +5 -0 src/autotests/CMakeLists.txt
A +46 -0 src/autotests/HotSpotFilterTest.cpp [License: GPL(v2.0+)]
A +21 -0 src/autotests/HotSpotFilterTest.h [License: GPL(v2.0+)]
M +45 -3 src/filterHotSpots/UrlFilter.cpp
M +4 -1 src/filterHotSpots/UrlFilter.h
https://invent.kde.org/utilities/konsole/commit/3b7e73f54e2b07e658152ff01964d7ef398616cd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list