[CSHARP-4295] Incorrect handling multiple mongocryptd arguments in mongocryptdSpawnArgs Created: 12/Aug/22  Updated: 28/Oct/23  Resolved: 23/Aug/22

Status: Closed
Project: C# Driver
Component/s: None
Affects Version/s: None
Fix Version/s: 2.18.0

Type: Bug Priority: Major - P3
Reporter: Dmitry Lukyanov (Inactive) Assignee: Dmitry Lukyanov (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Currently when user provides more than one value in mongocryptdSpawnArgs, we add extra – (double "-") to the final arguments for mongocryptd process, for example if the provided values are --ipv6 and --port=27030 , the final mongocryptd arguments will be: --ipv6 – --port=27030. It's done here. We should fix it.



 Comments   
Comment by Githook User [ 23/Aug/22 ]

Author:

{'name': 'Dmitry Lukyanov', 'email': 'dmitry.lukyanov@mongodb.com', 'username': 'DmitryLukyanov'}

Message: CSHARP-4295: Incorrect handling multiple mongocryptd arguments in mongocryptdSpawnArgs. (#868)
Branch: master
https://github.com/mongodb/mongo-csharp-driver/commit/ee9737ee934cb5edd94b93395478a78eb87a02d4

Comment by Dmitry Lukyanov (Inactive) [ 19/Aug/22 ]

This ticket became a bit different than mentioned in description. It's unrelated to number of params, but about handling extra space before provided value

Generated at Wed Feb 07 21:47:48 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.