GNOME Bugzilla – Bug 735597
urls with raw ipv6 ips are not recognized as url
Last modified: 2016-02-21 14:49:02 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/
Created attachment 284695 [details] [review] extend regexp to match ipv6 urls
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 :)
So whats missing for the other bug? Is it about pulling the patch from the mailing list and attaching as patch?
It's verifying that patch, verifying if the licence and copyright are okay... I guess.
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
*** Bug 750274 has been marked as a duplicate of this bug. ***
Should be fixed by bug 756038.