Blake Bender created GEODE-8569: ----------------------------------- Summary: Missing message security footer check in gnmsg Key: GEODE-8569 URL: https://issues.apache.org/jira/browse/GEODE-8569 Project: Geode Issue Type: Improvement Components: native client Reporter: Blake Bender
In an older version of the `gnmsg.py` script, there was a function called request_requires_security_footer that returned a boolean based on the message name, indictating whether or not the message needed the security footer in a server conversation with authentication. In the refactor that moved the client message decoding into a class, this method was left out, so attempting to decode messages from a client log that used AuthInitialize will throw an exception attempting to call this missing function. We need to add this call to the ClientMessageDecoder class. -- This message was sent by Atlassian Jira (v8.3.4#803005)