[ https://issues.apache.org/jira/browse/DIRMINA-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emmanuel Lecharny closed DIRMINA-288. ------------------------------------- > Add SessionLog.info( session, "CREATED" ); to LoggingFilter.sessionCreated > method > --------------------------------------------------------------------------------- > > Key: DIRMINA-288 > URL: https://issues.apache.org/jira/browse/DIRMINA-288 > Project: MINA > Issue Type: Bug > Components: Core > Affects Versions: 1.0.0 > Reporter: Michael Newcomb > Assignee: 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. - You can reply to this email to add a comment to the issue online.