[jira] [Created] (SSHD-679) Support (or ignore) IUTF8 terminal mode (42)

2016-07-25 Thread Raman Gupta (JIRA)
Raman Gupta created SSHD-679: Summary: Support (or ignore) IUTF8 terminal mode (42) Key: SSHD-679 URL: https://issues.apache.org/jira/browse/SSHD-679 Project: MINA SSHD Issue Type: Improvement

Re: Revisiting logging in MINA 2.0

2007-12-17 Thread Raman Gupta
. Cheers, Raman Gupta

SSLHandler and handshake alerts swallowed?

2007-10-18 Thread Raman Gupta
was incomplete. I am currently trying to capture debug logs for this event, but I need to wait until this problem occurs again (it happens only rarely). In the meantime, are there any SSL gurus out there that have any ideas? Cheers, Raman Gupta

Re: Any MINA Official OSGi Bundle?

2007-10-10 Thread Raman Gupta
Rodrigo Madera wrote: So what do you think? Can this become a reality for MINA? Having OSGi capable information wouldn't hurt non-OSGi users. Why not provide a patch to make it happen? I for one would like to review the patch to make sure it doesn't break mina in my OSGi environment.

Re: Out Of Memory Problem Again

2007-07-21 Thread Raman Gupta
Trustin Lee wrote: On 7/21/07, mat [EMAIL PROTECTED] wrote: Hi, Trustin I read this The problem was the SocketChannel.write implementation. Indeed, even if you don't use DirectByteBuffer in your code, SocketChannel.writedoes it for you. This means that every time you call the write method,

Re: SSL Client does not send any data

2007-07-09 Thread Raman Gupta
the problem I described here: http://www.nabble.com/forum/ViewPost.jtp?post=11326681framed=y Thanks, Raman Gupta -- View this message in context: http://www.nabble.com/SSL-Client-does-not-send-any-data-tf3714505.html#a11509446 Sent from the mina dev mailing list archive at Nabble.com.

SSLFilter state

2007-06-27 Thread Raman Gupta
that nothing is being written to the wire by Mina. At this point I do not have a reproduction recipe but this is what I'm seeing so far. Cheers, Raman Gupta

Re: SSLFilter state

2007-06-27 Thread Raman Gupta
Raman Gupta wrote: I am using Mina 1.0.2. It seems that sometimes the SSLFilter gets into a weird state when there are connection-related problems. I have a client application that sends keep-alives every 30 seconds. The last successful keep alive I have is at: [snip] Is it possible