Skip to content

Conversation

@yury-s
Copy link
Member

@yury-s yury-s commented Jul 31, 2024

Fixes: #1598

@yury-s yury-s requested review from dgozman and mxschmitt July 31, 2024 01:26
}
clientCertificates.add(jsonCert);
}
params.remove("clientCertificates");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that I mind, but it's surprising there could already be a property with this name.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's because we use new Gson().toJSON(options), we can either nullify the option before the call or remove it from JSON like here.

@yury-s yury-s merged commit 46f4ac1 into microsoft:main Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Ports]: Backport client side changes for 1.46

3 participants