History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-2727
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Thomas Weidner
Reporter: Martin Hujer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Validate_Hostname - incomplete list of TLDs

Created: 25/Feb/08 10:59 AM   Updated: 21/Mar/08 04:25 PM
Component/s: Zend_Validate
Affects Version/s: None
Fix Version/s: 1.5.0

Time Tracking:
Not Specified

 Public Fields   Internal Project Management Fields   
Tags:
Participants: Martin Hujer and Thomas Weidner
Fix Version Priority: Should Have


 Description  « Hide
The following TLDs are not in the list of validTLDs ($_validTlds):
Generic:
asia
tel

ccTLDs:
bl
eh
kp
me
mf
rs

Future:
post
geo
cym

For more info:
IANA — Root Zone Database
Generic top-level domain - Wikipedia, the free encyclopedia

— I've just passed this message from Zend Framework Forum



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Thomas Weidner - 09/Mar/08 03:32 PM
Only the TLDs
asia, tel, kp, me, rs
are valid.

bl, eh and mf are actually not assigned and not reachable.
Also post, geo and cym are not assigned and not reachable.

Not reachable TLDs are "for now" invalid.
This can change in future as soon as the TLDs are assigned and available to public.


Thomas Weidner - 09/Mar/08 03:33 PM
Fixed with SVN-8715