Details
-
Improvement
-
Resolution: Unresolved
-
Minor - P4
-
2.2.0
-
None
-
Server Security
Description
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.