Nitin Phuria created DIRMINA-957:
------------------------------------

             Summary: MINA build in BlacklistFilter does not support IPV6 
address
                 Key: DIRMINA-957
                 URL: https://issues.apache.org/jira/browse/DIRMINA-957
             Project: MINA
          Issue Type: Bug
          Components: Filter
    Affects Versions: 2.0.7
            Reporter: Nitin Phuria


MINA build in BlacklistFilter does not support IPV6 address. If MINA itself 
supports binding to IPV4 and IPV6 why this restriction was kept in 
BlacklistFilter. I checked the org.apache.mina.filter.firewall.Subnet class in 
MINA sources and found that it specifically checks for Inet4Address

if (!(subnet instanceof Inet4Address))
{
     throw new IllegalArgumentException("Only IPv4 supported"); 
}




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to