#7957 closed defect (fixed)
dojox.regexp.tld : New TLD "asia"
Reported by: | mdknapp | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.0 |
Keywords: | .asia tld regexp dojox validate | Cc: | dante |
Blocked By: | Blocking: |
Description
dojox.validate.tld needs to add the TLD "asia".
The .asia TLD went live on March 26th, 2008.
http://en.wikipedia.org/wiki/.asia
Submitted patch to add ".asia" to the genericRE's.
CLA on File
Attachments (1)
Change History (9)
Changed 12 years ago by
Attachment: | regexp.js.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | changed from Adam Peller to dante |
comment:2 follow-up: 3 Changed 12 years ago by
didn't ICANN open up tlds in general? In which case, we should just drop the long list entirely and wildcard it.
comment:3 Changed 12 years ago by
Replying to peller:
didn't ICANN open up tlds in general? In which case, we should just drop the long list entirely and wildcard it.
More information can be found here: http://en.wikipedia.org/wiki/GTLD
From the looks of it more information will be available in early 2009 and none of the applications will/can take effect before the 2nd Quarter of 2009.
comment:4 Changed 12 years ago by
so I see no point in fixing the 'asia' issue in particular. Let's just drop the regexps for the TLD so we're future proof (and save some bytes in the process)
comment:5 Changed 12 years ago by
Owner: | changed from dante to Adam Peller |
---|
@peller - would you be comfortable implementing a wildcard there?
comment:6 Changed 12 years ago by
Not too happy about the solution. allowLocal and allowIP conflict with opening up the tld. I'm not sure how to write a regexp that works, so I limited the tld to 8 chars for now. Fixed in [15874]
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch for dojox\validate\regexp.js