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 329003 - URL regexp doesn't match last slash
URL regexp doesn't match last slash
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 343135 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-01-28 20:06 UTC by Olav Vitters
Modified: 2006-05-27 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (897 bytes, patch)
2006-03-30 22:34 UTC, Behdad Esfahbod
committed Details | Review

Description Olav Vitters 2006-01-28 20:06:45 UTC
Regression from previous gnome-terminal versions and has been fixed 1 or 2 times before. Can cause real problems (http://bugzilla.gnome.org/somedir can give a 404 while http://bugzilla.gnome.org/somedir/ does not)

To reproduce:
1. Type http://bugzilla.gnome.org/
2. Hover over http://bugzilla.gnome.org/
3. The last '/' isn't highlighted.
Comment 1 Guilherme de Siqueira Pastore 2006-01-29 12:45:34 UTC
Working on it.
Comment 2 Guilherme de Siqueira Pastore 2006-01-29 12:49:09 UTC
Oh, and by the way, it is not a regression in 2.13. This is already broken in gnome-terminal 2.12.
Comment 3 Guilherme de Siqueira Pastore 2006-02-16 19:07:42 UTC
By the way, this is kind of hard to fix because one possible solution would be to revert the fix for bug 324246.
Comment 4 Wouter Bolsterlee (uws) 2006-03-30 13:26:11 UTC
Some sites don't work correctly if you don't provide trailing slashes, which renders the whole ctrl-click/open link thingy quite useless in those cases...
Comment 5 Behdad Esfahbod 2006-03-30 22:34:56 UTC
Created attachment 62427 [details] [review]
fix

Simple fix.  May I commit?
Comment 6 Guilherme de Siqueira Pastore 2006-04-02 12:30:30 UTC
It looks to me a bit more like a hack... but so what? The code is full of them ;)
Committed to HEAD.
Comment 7 Olav Vitters 2006-05-27 21:56:33 UTC
*** Bug 343135 has been marked as a duplicate of this bug. ***