Add SessionLog.info( session, "CREATED" ); to LoggingFilter.sessionCreated 
method
---------------------------------------------------------------------------------

                 Key: DIRMINA-288
                 URL: http://issues.apache.org/jira/browse/DIRMINA-288
             Project: Directory MINA
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0
            Reporter: Michael Newcomb
            Priority: Trivial


Please add the following to the LoggingFilter.sessionCreated method:

public void sessionCreated( NextFilter nextFilter, IoSession session )
{
    SessionLog.info( session, "CREATED" );
    nextFilter.sessionCreated( session );
}

Thanks,
Michael

-- 
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