commit | c67ff7df38e6a1a9752604e3246e457e327a9e4d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Wed Feb 19 14:54:58 2014 +0100 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Thu Feb 20 10:06:37 2014 +0100 |
tree | 30a048e8fb156ec96ad1ca82a8f8b5ec05973311 | |
parent | 4948d61ad70d1a031c8523298bff4b29cc9cc6ed [diff] |
Fix setting and deleting of service user email address Deleting an existing email address failed because the wrong value was provided to the delete email REST endpoint. Setting an email address when the user had no email address failed because an NPE. In this case the REST endpoint to delete the old email address should not be invoked since there is none. Change-Id: I5d402dbe91710d7796767aed3377db42dd215a70 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>