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 735597 - urls with raw ipv6 ips are not recognized as url
urls with raw ipv6 ips are not recognized as url
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 750274 (view as bug list)
Depends on: 756038
Blocks:
 
 
Reported: 2014-08-28 13:09 UTC by j^
Modified: 2016-02-21 14:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extend regexp to match ipv6 urls (763 bytes, patch)
2014-08-28 13:29 UTC, j^
none Details | Review
Match urls with IPv6 addresses and other corner cases (2.43 KB, patch)
2014-08-28 21:50 UTC, j^
none Details | Review

Description j^ 2014-08-28 13:09:32 UTC
gnome-terminal does not recognize urls with ipv6 addresses

the following urls should be active urls:

http://[2a00:1450:400d:802::1004]/
http://[::1]/ (localhost)
http://[::1]:8000/
Comment 1 j^ 2014-08-28 13:29:20 UTC
Created attachment 284695 [details] [review]
extend regexp to match ipv6 urls
Comment 2 Egmont Koblinger 2014-08-28 13:48:35 UTC
Thanks for your patch!

There are multiple pending bugs with URL regexps (most notably #637134), I guess we should fix and verify all of them at once :)
Comment 3 j^ 2014-08-28 20:42:01 UTC
So whats missing for the other bug? Is it about pulling the patch from the mailing list and attaching as patch?
Comment 4 Egmont Koblinger 2014-08-28 20:45:29 UTC
It's verifying that patch, verifying if the licence and copyright are okay... I guess.
Comment 5 j^ 2014-08-28 21:50:22 UTC
Created attachment 284760 [details] [review]
 Match urls with IPv6 addresses and other corner cases

update patch to work for the following cases:

 http://[2a00:1450:400d:802::1004]/
 http://[::1]/ (localhost)
 http://[::1]:8000/
 http://aa.bb/c
 http://aa.bb/

based on http://git.alpinelinux.org/cgit/aports/tree/main/xfce4-terminal/Improve-URL-matching.patch
Comment 6 Christian Persch 2015-06-04 07:55:53 UTC
*** Bug 750274 has been marked as a duplicate of this bug. ***
Comment 7 Christian Persch 2016-02-21 14:49:02 UTC
Should be fixed by bug 756038.