PyKMIP/kmip
Peter Hamilton 9738c2ba7f Fixing a bug with attribute handling in ProxyKmipClient.register
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.
2016-12-07 09:57:57 -05:00
..
core Adding server support for the GetAttributes operation 2016-12-06 20:24:29 -05:00
demos Removing default log configuration and usage 2016-04-05 11:49:27 -04:00
pie Fixing a bug with attribute handling in ProxyKmipClient.register 2016-12-07 09:57:57 -05:00
services Adding GetAttributes support to the PyKMIP clients 2016-12-06 20:42:17 -05:00
tests Fixing a bug with attribute handling in ProxyKmipClient.register 2016-12-07 09:57:57 -05:00
__init__.py Removing default log configuration and usage 2016-04-05 11:49:27 -04:00
pykmip.conf Server Failover Unit Tests 2016-02-09 14:13:22 -05:00
version.py PyKMIP - Release 0.5.0 2016-04-14 07:58:09 -04:00