-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
Affects Version/s: 2.2.0
-
Component/s: Diagnostics
-
None
-
Server Security
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Currently, the check is simply:
204 if ( cmdLine.objcheck && !js.valid() ) { 205: massert( 10307 , "Client Error: bad object in message", false); 206 }
It would be helpful if we could display more information, like a truncated buffer, perhaps in hex+ascii, as well as any length and type information for each BSONElement.