|
Well according to RFC2181
Based on that logic the fix looks valid. This is bothering me as well, I cant use Zend_Feed due to it using the hostname validation from this. Are there any plans to impliment this patch? This patch seems to fix the problems i have as well. Changing fix version to 0.9.0. Please provide unit tests to at least indicate the effects of the change. Also, please replace tab characters for indent with 4 spaces, per the coding standards. The isHostname() implementation needs to be rewritten, in my opinion. If someone could write a good test suite, I'd be happy to have a look at it. moving to Zend_Validate component b/c Zend_Filter static methods are deprecated as of 0.8.0. Fixed with revision 3429, d.hatena.ne.jp has been added in the unit test and it passes validation. Bookkeeping. Closing old issues and assigning them to the person who ultimately resolved the issue. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I have been looking for the RFC which specifies the hostname requirements and cannot find any restriction on the number of characters as part of a domain name, does anyone know if there is a restriction or can this fixed be applied?