BaseMessageDecoder logging of protocol messages assumes a DOM
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
The message decoder base does a debug log of decoded protocol messages, but assumes they have a DOM already. It should check for one and serialize first if need be.
Environment
None
Activity
Scott Cantor
February 17, 2011 at 4:48 PM
Fixed in rev. 393.
Scott Cantor
February 17, 2011 at 4:30 PM
Similar bug exists in the BaseMessageEncoder, plus at least a bug or two failing to avoid using null references.
The message decoder base does a debug log of decoded protocol messages, but assumes they have a DOM already. It should check for one and serialize first if need be.