Closed (works as designed)
Project:
Drupal core
Version:
6.x-dev
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2007 at 13:14 UTC
Updated:
4 Nov 2007 at 14:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
cburschkaThis is a filter issue and has nothing to do with comment.module.
Comment #2
cburschkaThe regular expression that matches URLs does not consider the parenthesis a valid character. I have changed this in the following patch, and the links work, but I haven't exhaustively tested for side effects yet.
Comment #3
grndlvl commentedI independently came up with same solution. Submitted patch works.
Comment #4
grndlvl commenteddid not mean to change module
Comment #5
gábor hojtsyI think the role of not allowing parenthesis, is to be able to have URLs at end of sidenotes (like this http://...). If the parenthesis is part of the URL, here the closing parenthesis, and even the dot after it (by the looks of the patch) will be part of the URL.
If you check wikipedia pages, they link to URLs such as /wiki/Drop_%28SQL%29