-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2025-03-17
-
200
Normally, we do not allow rawData on commands like killCursor or getMore, but these commands might be executed to complete a command that we do allow rawData on (like find). To maintain that rawData is not intended for users to pass outside of the CRUD commands that support it, but still allow these other queries, we should allow the parameter when queries come from internal clients.
(Note that this has no effect on the actual behavior of the "sub-commands" run, it just makes rawData an allowed parameter)
- is depended on by
-
SERVER-102030 Test that rawData commands that execute internal commands are allowed
-
- Open
-
- is duplicated by
-
SERVER-102016 Support explain with rawData for the aggregate command on sharded collections
-
- Closed
-