Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-957

MINA build in BlacklistFilter does not support IPV6 address

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.7
    • 2.0.8
    • Filter

    Description

      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");
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            nitinp Nitin Phuria
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: