SUMMARY Sometimes the detected URL mistakenly includes the trailing colon. STEPS TO REPRODUCE 1. echo 'Hello http://localhost:' 2. echo 'Hello http://localhost/foo:' OBSERVED RESULT For the first command the detected URL doesn't contain the trailing colon, while for the second commands it contains. EXPECTED RESULT Both of them should not contain trailing colons. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux (available in About System) KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.1.2 Qt Version: 6.7.2
This issue is related to https://invent.kde.org/utilities/konsole/-/merge_requests/934 In this merge request, trailing punctuations are removed from URLs.
Close as fixed.