Sessions are not recycled in IPv6 environment when bind interface is not 
specified.
-----------------------------------------------------------------------------------

                 Key: DIRMINA-283
                 URL: http://issues.apache.org/jira/browse/DIRMINA-283
             Project: Directory MINA
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0
         Environment: Ubuntu Linux 6.06 LTS, Sun JDK 1.5.0_08 Server
            Reporter: Trustin Lee
         Assigned To: Trustin Lee
            Priority: Critical
             Fix For: 1.0.1


The local address, which is specified when an IoHandler is bound, and the local 
address, that IoSession.getLocalAddress(), are different from each other.  
Sessions are not being recycled at all because we are using the former to put 
the session to the recycler and using the latter to get the session from the 
recycler.  These two address can differ when the running system is under mixed 
IP system (IPv4 and IPv6).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to