| Summary: | Final stop interpreted as part of URL | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fanzhuyifan |
| Priority: | NOR | ||
| Version First Reported In: | 22.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/02ba8cefc763f841e523c77069860253599b2dc0 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Alexander Potashev
2023-08-11 14:50:11 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/934 Git commit 02ba8cefc763f841e523c77069860253599b2dc0 by Méven Car, on behalf of Wendi Gan. Committed on 22/07/2024 at 12:05. Pushed by meven into branch 'master'. url filter: remove trailing non-URL characters Adjusted UrlFilter::newHotSpot to strip non-URL trailing characters (e.g., commas, dots) using regex "[',.:;]+$". This ensures correct URL parsing without trailing punctuation. Test case: 'https://example.com.' should exclude the trailing dot. Related: bug 472274 M +16 -10 src/filterHotSpots/UrlFilter.cpp https://invent.kde.org/utilities/konsole/-/commit/02ba8cefc763f841e523c77069860253599b2dc0 |