URL match does not include some valid characters at the end of the URL
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Terminator |
Triaged
|
Low
|
Unassigned |
Bug Description
I don't think this is an actual _bug_, but I see from the code that the URL match ends with a word boundary, and explicitly with a character that's not part of [\]'.}>) \t\r\n,\"], whereas some of those characters are legal in an URL.
My use case is receiving an URL in my IRC client, which runs in Terminator, that contains one of those permitted characters at the end: if I Ctrl+Click the link, it opens the URL but the last character is missing. This is especially true with Wikipedia links like this: https:/
I don't know what to suggest here. I understand that by allowing those legal characters at the end of an URL, it would bother more people than make more people happy. For example, often in man pages and other documents, there's a sentence like "For more information, see http://
Changed in terminator: | |
importance: | Undecided → Low |
status: | New → Triaged |
Just FYI:
gnome-terminal just recently got a complete rewrite of its regexes: /bugzilla. gnome.org/ show_bug. cgi?id= 756038
https:/
The_Offspring_ (album) is still not handled correctly though: /bugzilla. gnome.org/ show_bug. cgi?id= 763980
https:/
It won't be easy...