Expose getCurrentWriteRequest() via IoSession
-
Key: DIRMINA-526
URL: https://issues.apache.org/jira/browse/DIRMINA-526
Project: MINA
Issue Type: Improvement
Components: Core
Env
AbstractIoSession.increaseWrittenBytesAndMessages does not update writtenBytes
for FileRegion
-
Key: DIRMINA-525
URL: https://issues.apache.org/jira/browse/DIRMINA-525
ProtocolCodecFilter should pass FileRegion to nextFilter in addition to IoBuffer
Key: DIRMINA-524
URL: https://issues.apache.org/jira/browse/DIRMINA-524
Project: MINA
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
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
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
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
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
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