mirror of https://github.com/OpenKMIP/PyKMIP.git
This change fixes a bug in the ProxyKmipClient, specifically in the register method. The client would create attributes for the object to register, regardless if those attributes were set on the object. This could cause attribute value overwrites, deleting valid default values with empty values. This change adds checks to ensure these attributes are not created with the request if they are not set on the object. The client unit tests have been updated to reflect this change. |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
client.py | ||
exceptions.py | ||
factory.py | ||
objects.py | ||
sqltypes.py |