[
https://issues.apache.org/jira/browse/VALIDATOR-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved VALIDATOR-335.
----------------------------
Resolution: Duplicate
URL: http://svn.apache.org/r1649163
Log:
Add test for validator-335
Modified:
commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/InetAddressValidatorTest.java
> InetAddressValidator error for valid ipv6 address
> -------------------------------------------------
>
> Key: VALIDATOR-335
> URL: https://issues.apache.org/jira/browse/VALIDATOR-335
> Project: Commons Validator
> Issue Type: Bug
> Affects Versions: 1.4.0 Release
> Reporter: Brian Hammond
> Attachments: IzLegit.java
>
>
> According to xxx, the ipv6 address "2001:0438:FFFE:0000:0000:0000:0000:0A35"
> is invalid, but InetAddress.getByName works fine, and it is pingable:
> {code}
> $ ping6 2001:0438:FFFE:0000:0000:0000:0000:0A35
> PING 2001:0438:FFFE:0000:0000:0000:0000:0A35(2001:438:fffe::a35) 56 data
> bytes
> 64 bytes from 2001:438:fffe::a35: icmp_seq=1 ttl=55 time=200 ms
> 64 bytes from 2001:438:fffe::a35: icmp_seq=2 ttl=55 time=42.0 ms
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)