-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Serverless 2023-08-07
makeFromFindCommand is used by FindCmd and directly calls FindCommandRequest::parse() without passing in a serialization context. While we currently update the serialization context with VTS after constructing the find request, this doesn't work if we intend to check whether the supplied tenantId is received from $tenant or the security token/VTS (nonPrefixedTenantId). We need to pass in a prepared serialization context to the parse() function to ensure its values can be consumed by ::deserializeForCommands() during parsing.
- is depended on by
-
SERVER-77723 Turn parseNamespaceFromRequest calls to deserialize in IDL
- Closed