Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG
------------------------------------------------------------------------
Key: DIRSERVER-1533
URL: https://issues.apache.org/jira/browse/DIRSERVER-1533
Project: Directory ApacheDS
Issue Type: Bug
Components: ldap
Affects Versions: 1.5.5, 1.5.6, 1.5.7
Reporter: Victor Antonovich
Attachments: LdapDecoder.diff
Setting of log4j log level to DEBUG leads to incorrect PDU buffer handling by
LdapDecoder class in case of more than one PDU in same buffer. First PDU
processed normally, but remainder of second PDU data will be lost due buffer
flipping in PDU dumping code. This behavior causes various LDAP codec errors
under load.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.