GNOME Bugzilla – Bug 329003
URL regexp doesn't match last slash
Last modified: 2006-05-27 21:56:33 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.
Working on it.
Oh, and by the way, it is not a regression in 2.13. This is already broken in gnome-terminal 2.12.
By the way, this is kind of hard to fix because one possible solution would be to revert the fix for bug 324246.
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...
Created attachment 62427 [details] [review] fix Simple fix. May I commit?
It looks to me a bit more like a hack... but so what? The code is full of them ;) Committed to HEAD.
*** Bug 343135 has been marked as a duplicate of this bug. ***