Closed (fixed)
Project:
External Links
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 18:26 UTC
Updated:
21 May 2010 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jlea9378 commentedIt just occurred to me that this might be because my drupal environment runs on port 8000 as opposed to port 80, so perhaps it doesn't like that?
Comment #2
quicksketchThat sounds like the case. Here's our regex for finding a subdomain:
In short, the only important part is the regex requires starting with some subdomain and ends with a set of 1-4 character top-level domains (com, org, co.uk, etc.) It does not account for port numbers, meaning we can probably add this with something like:
Comment #3
quicksketchI've committed the attached patch to the D6 and D7 versions which will disregard all port numbers within links.