Decoding incoming request over TCP fails ---------------------------------------- Key: DIRKRB-30 URL: https://issues.apache.org/jira/browse/DIRKRB-30 Project: Directory Kerberos Issue Type: Bug Affects Versions: 1.5.5 Reporter: Emmanuel Lecharny Assignee: Emmanuel Lecharny Priority: Blocker Fix For: 2.0.0-RC1 The decoder we use when data are transiting through TCP aren't correctly decoded because the TcpKerberosCodec is based on a CumulativeProtocolCodec, which is wrong, as the PDU don't come with any length in front of the requests. The TCP decoder has to be completely reviewed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.