[ http://issues.apache.org/jira/browse/DIRMINA-288?page=comments#action_12443436 ] Julien Vermillard commented on DIRMINA-288: -------------------------------------------
ok done > 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 > Assigned To: Julien Vermillard > Priority: Trivial > Fix For: 1.0.1 > > > 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
