On Wed, Oct 1, 2008 at 7:33 PM, Loureiro, Gil <[EMAIL PROTECTED]> wrote: > I'm not really sure of that, but looks that when I upload a file (with > filezilla) the OnDisconnect is also called, but if I try to access the > session.getUser().getName() I get a null exception. Is that behavior > correct?
Is this with the M3 release (just to know where to start looking for the potential bug)? No, onDisconnect should not be called on upload, and looking at the source it doesn't seem to be. You're sure that the session is not closed by Filezilla for some reason? Looking at the MINA code, the user should still be in the session on disconnect. /niklas
