You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2008/10/29 23:50:44 UTC

[jira] Created: (DIRMINA-633) ProrocolCodecFilter does not swallow the complete received buffer

ProrocolCodecFilter does not swallow the complete received buffer
-----------------------------------------------------------------

                 Key: DIRMINA-633
                 URL: https://issues.apache.org/jira/browse/DIRMINA-633
             Project: MINA
          Issue Type: Bug
    Affects Versions: 2.0.0-M3
            Reporter: Emmanuel Lecharny
            Priority: Blocker
             Fix For: 2.0.0-M4


This is a major bug :
when handling a buffer and calling the decoder, we may perfectly not use all the buffer. In this case, the current loop is exited, when it should be continued.

If we have more than one protocol message in the buffer (something I'm currently experimenting with the LDAP protocol), we are losing some of them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRMINA-633) ProrocolCodecFilter does not swallow the complete received buffer

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRMINA-633.
---------------------------------------

    Resolution: Fixed

Fixed with :
http://svn.apache.org/viewvc?rev=709044&view=rev

The 'break' has been removed.

> ProrocolCodecFilter does not swallow the complete received buffer
> -----------------------------------------------------------------
>
>                 Key: DIRMINA-633
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-633
>             Project: MINA
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M3
>            Reporter: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 2.0.0-M4
>
>
> This is a major bug :
> when handling a buffer and calling the decoder, we may perfectly not use all the buffer. In this case, the current loop is exited, when it should be continued.
> If we have more than one protocol message in the buffer (something I'm currently experimenting with the LDAP protocol), we are losing some of them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRMINA-633) ProrocolCodecFilter does not swallow the complete received buffer

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRMINA-633.
-------------------------------------


> ProrocolCodecFilter does not swallow the complete received buffer
> -----------------------------------------------------------------
>
>                 Key: DIRMINA-633
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-633
>             Project: MINA
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M3
>            Reporter: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 2.0.0-M4
>
>
> This is a major bug :
> when handling a buffer and calling the decoder, we may perfectly not use all the buffer. In this case, the current loop is exited, when it should be continued.
> If we have more than one protocol message in the buffer (something I'm currently experimenting with the LDAP protocol), we are losing some of them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.