Pavel Tupitsyn created IGNITE-19704:
---------------------------------------
Summary: .NET: CacheClientConfiguration ctor ignores unsupported
EncryptionEnabled
Key: IGNITE-19704
URL: https://issues.apache.org/jira/browse/IGNITE-19704
Project: Ignite
Issue Type: Bug
Components: platforms
Affects Versions: 2.15
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 2.16
*CacheClientConfiguration* constructor should throw an exception when unmapped
properties are set and *ignoreUnsupportedProperties* is false. This is not true
for *CacheConfiguration.EncryptionEnabled*, and probably some other properties
too.
* Add a check for *EncryptionEnabled*
* Add a test that checks whether all properties are checked
https://github.com/apache/ignite/blob/3cadf45eef31d31a23928aee6af508406c305e75/modules/platforms/dotnet/Apache.Ignite.Core/Client/Cache/CacheClientConfiguration.cs#L140
--
This message was sent by Atlassian Jira
(v8.20.10#820010)