You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Jeff MAURY (JIRA)" <ji...@apache.org> on 2013/02/06 11:54:11 UTC

[jira] [Created] (DIRMINA-932) HTTP Request decoding is broken is request headers are received in several messages

Jeff MAURY created DIRMINA-932:
----------------------------------

             Summary: HTTP Request decoding is broken is request headers are received in several messages
                 Key: DIRMINA-932
                 URL: https://issues.apache.org/jira/browse/DIRMINA-932
             Project: MINA
          Issue Type: Bug
          Components: Protocol - HTTP
    Affects Versions: 2.0.7
            Reporter: Jeff MAURY
             Fix For: 2.0.8


If the request header is received in several messages, the previous messages are stored in the session and the next time, this will be appended to the received message and decoding will be performed on the whole.
Problem is that a new buffer is allocated and filled with proper data, but not affected and used after !!!!
Does not apply to 3.0.0 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira