Bug 489900 - URL detection mistake
Summary: URL detection mistake
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 24.05.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-08 03:26 UTC by QuarticCat
Modified: 2024-08-04 05:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.