[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
ries I use that use JDK logging that I would love to redirect to log4j so I can manage all my logging from one place. Cheers, Raman Gupta

Re: Encoder error

2007-11-05 Thread Raman Gupta
ngs -- see native2ascii): String s2 = "\u00dc"; byte[] b2 = s2.getBytes("UTF-8"); Cheers, Raman Gupta

SSLHandler and handshake alerts swallowed?

2007-10-18 Thread Raman Gupta
handshake 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. Che

Re: [VOTE] New name for org.apache.mina.common.ByteBuffer

2007-09-28 Thread Raman Gupta
Trustin Lee wrote: > [ ]: Buffer > [ ]: ByteBuffer > [ ]: DataBuffer > [ ]: ExtendedBuffer > [ ]: ExtendedByteBuffer > [X]: IoBuffer > [ ]: IoDataBuffer > [ ]: MinaBuffer > [ ]: MinaByteBuffer > [ ]: OctetBuffer

Re: Apache MINA on OSGi

2007-09-12 Thread Raman Gupta
e problems let me know. Cheers, Raman Gupta

Re: 65536 times open/close?

2007-08-12 Thread Raman Gupta
, does the second client also hang up? Cheers, Raman Gupta

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 th

Re: SSL Client does not send any data

2007-07-09 Thread Raman Gupta
ssue or svn commit? I am trying to determine if the changes made might fix the problem I described here: http://www.nabble.com/forum/ViewPost.jtp?post=11326681&framed=y Thanks, Raman Gupta -- View this message in context: http://www.nabble.com/SSL-Client-does-not-send-any-data-tf371450

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 a

SSLFilter state

2007-06-27 Thread Raman Gupta
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