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 532385 - No links if contains one or more capitalized "W" in www
No links if contains one or more capitalized "W" in www
Status: RESOLVED DUPLICATE of bug 402328
Product: gnome-terminal
Classification: Core
Component: general
2.22.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-09 18:28 UTC by Pedro Fragoso
Modified: 2008-05-29 20:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
upper and low support (1.00 KB, patch)
2008-05-12 04:40 UTC, Pedro Fragoso
none Details | Review

Description Pedro Fragoso 2008-05-09 18:28:22 UTC
This bug was reported on https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/228751

"In gnome terminal do this:
$ echo www.eXamPLe.Com Www.eXamPLe.Com wWw.eXamPLe.Com wWW.eXamPLe.Com

When you mouse-over each link, only the first link appears correctly linked, but not the rest of them, since they have one of the "www" characters capitalized." 

Looking at the regexp on www in gnome-terminal is not really getting the [wW], but "echo www.bla.com www.bla.com www.blac.com" works fine.
Comment 1 Pedro Fragoso 2008-05-12 04:40:15 UTC
Created attachment 110749 [details] [review]
upper and low support

I'm not really a regexp guru, but using the range works.
Comment 2 Savvas Radević 2008-05-12 07:34:07 UTC
hm.. isn't there a way to set the whole string case insensitive? In perl they have a modifier //i but I don't know about this one :)
Comment 3 Pedro Fragoso 2008-05-12 13:42:55 UTC
I really don't know either, so i used the little of regexp i know to fix it. Maybe this patch needs a little more love.
Comment 4 Christian Persch 2008-05-29 20:38:53 UTC

*** This bug has been marked as a duplicate of 402328 ***