After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619795 - URL detection not working in certain situations
URL detection not working in certain situations
Status: RESOLVED NOTABUG
Product: gnome-terminal
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on: 756038
Blocks:
 
 
Reported: 2010-05-27 09:38 UTC by Ben Longden
Modified: 2016-02-21 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against master to allow extra characters in URL matching (969 bytes, patch)
2010-05-27 09:38 UTC, Ben Longden
none Details | Review

Description Ben Longden 2010-05-27 09:38:12 UTC
Created attachment 162081 [details] [review]
Patch against master to allow extra characters in URL matching

Some links are not fully hi-lighted in gnome terminal (URL's that include { } and | characters) meaning that you are unable to click the full links.

I have attached a patch against master that fixes the issue.
Comment 1 Ben Longden 2010-06-01 16:32:02 UTC
Anyone out there?
Comment 2 Dmitri Bachtin 2012-12-18 10:19:39 UTC
As of g-t 3.4.1.1 the behaviour still persists. Did anyone review that patch?

Is it because the chars are inside the ``unwise ='' BNF spec under [1], page 10? 
With the same reasoning ``%'' should leave because it is inside the ``delims ='' part in the spec.

[1] RFC 2396 -- URI Generic Syntax, http://www.ietf.org/rfc/rfc2396.txt
Comment 3 Christian Persch 2016-02-21 15:14:57 UTC
With the regex rewrite from bug 756038, | is included bug { } stops recognition. IMHO that's fine, so NOTABUG here.