Bug 489900

Summary: URL detection mistake
Product: [Applications] konsole Reporter: QuarticCat
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal CC: gwdx
Priority: NOR    
Version: 24.05.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description QuarticCat 2024-07-08 03:26:52 UTC
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
Comment 1 gwdx 2024-08-04 05:19:23 UTC
This issue is related to https://invent.kde.org/utilities/konsole/-/merge_requests/934
In this merge request, trailing punctuations are removed from URLs.
Comment 2 QuarticCat 2024-08-04 05:23:31 UTC
Close as fixed.