[jira] Created: (DIRMINA-526) Expose getCurrentWriteRequest() via IoSession

2008-02-01 Thread Geoff Cadien (JIRA)
Expose getCurrentWriteRequest() via IoSession - Key: DIRMINA-526 URL: https://issues.apache.org/jira/browse/DIRMINA-526 Project: MINA Issue Type: Improvement Components: Core Env

[jira] Created: (DIRMINA-525) AbstractIoSession.increaseWrittenBytesAndMessages does not update writtenBytes for FileRegion

2008-02-01 Thread Geoff Cadien (JIRA)
AbstractIoSession.increaseWrittenBytesAndMessages does not update writtenBytes for FileRegion - Key: DIRMINA-525 URL: https://issues.apache.org/jira/browse/DIRMINA-525

[jira] Created: (DIRMINA-524) ProtocolCodecFilter should pass FileRegion to nextFilter in addition to IoBuffer

2008-02-01 Thread Geoff Cadien (JIRA)
ProtocolCodecFilter should pass FileRegion to nextFilter in addition to IoBuffer Key: DIRMINA-524 URL: https://issues.apache.org/jira/browse/DIRMINA-524 Project: MINA

Re: [AsyncHttpClient] On bringing the code bases and communities together

2008-02-01 Thread Sangjin Lee
Thanks Rick! This was fast. I'll also take a quick look... Regards, Sangjin On Feb 1, 2008 11:17 AM, Jeff Genender <[EMAIL PROTECTED]> wrote: > Or you can use Linux or Mac ;-) > > j/k! > > Thanks for looking into that Rick. > > Jeff > > Rick McGuire wrote: > > I had some time this morning, and

Re: [AsyncHttpClient] On bringing the code bases and communities together

2008-02-01 Thread Jeff Genender
Or you can use Linux or Mac ;-) j/k! Thanks for looking into that Rick. Jeff Rick McGuire wrote: > I had some time this morning, and decided to take a look at this. It > was fairly straightforward merging the changes back in to the 2.0 > sandbox branch. > There's a bit of a problem going on he

Re: [AsyncHttpClient] On bringing the code bases and communities together

2008-02-01 Thread Rick McGuire
I had some time this morning, and decided to take a look at this. It was fairly straightforward merging the changes back in to the 2.0 sandbox branch. There's a bit of a problem going on here with the jsps used for the tests. In the 1.1.5-based version, there was no eol-style property set f

ArrayIndexOutOfBoundsException in CircularQueue.

2008-02-01 Thread Makoto YUI
Thanks for fast responding. | I looked at the code, and I'm a little bit annoyed that there is | absolutely no comment at all. There is a clear bug somewhere, as you got | a java.lang.ArrayIndexOutOfBoundsException (and many thanks for having | posting this mail, btw !!!), but without a knowle

Re: mina and jdk6u4

2008-02-01 Thread Emmanuel Lecharny
Makoto YUI wrote: I have the same problem to you. I'm using the latest snapshot (mina-core-2.0.0-M1-20080124.103130-116.jar). | java.lang.ArrayIndexOutOfBoundsException | at org.apache.mina.util.CircularQueue.shrinkIfNeeded(CircularQueue.java:233) This problem caused when newLen is less than t

Re: mina and jdk6u4

2008-02-01 Thread Makoto YUI
I have the same problem to you. I'm using the latest snapshot (mina-core-2.0.0-M1-20080124.103130-116.jar). | java.lang.ArrayIndexOutOfBoundsException | at org.apache.mina.util.CircularQueue.shrinkIfNeeded(CircularQueue.java:233) This problem caused when newLen is less than the length of System