[
https://issues.apache.org/jira/browse/DIRMINA-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRMINA-932.
---------------------------------------
Resolution: Fixed
Fixed by DIRMINA-933
> HTTP Request decoding is broken if 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
> Labels: http, http-headers
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)