[
https://issues.apache.org/jira/browse/HTTPCORE-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCORE-77.
---------------------------------------
Resolution: Fixed
Fix Version/s: 4.0-alpha5
Patch checked in. The only minor change I made to the original patch was
replacing 'throw new CharacterCodingException()' with 'result.throwException()'.
Many thanks for this contribution, Steffen
Oleg
> SessionInputBuffer/SessionOutputBuffer hangs in infinite loop
> -------------------------------------------------------------
>
> Key: HTTPCORE-77
> URL: https://issues.apache.org/jira/browse/HTTPCORE-77
> Project: HttpComponents Core
> Issue Type: Bug
> Components: HttpCore NIO
> Affects Versions: 4.0-alpha5
> Reporter: Steffen Pingel
> Priority: Blocker
> Fix For: 4.0-alpha5
>
> Attachments: httpcore-malformed-characters.patch
>
>
> The result of CharsetDecoder.decode() and CharsetEncoder.encode() is not
> checked for errors resulting in an infinite loop in
> SessionInputBuffer.readLine() and SessionOutputBuffer.writeLine() when
> malformed characters are processed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]