diff options
author | Jim Hahn <jrh3@att.com> | 2018-04-21 01:07:34 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-04-23 10:47:33 -0400 |
commit | 49bccdce3e434e2e05d0f36ab5e4f2163184825b (patch) | |
tree | 2e2c27fad59671bb6fe0df23fba8688b7a090f14 /controlloop/common/eventmanager/src/main/java | |
parent | d548b61bd5e657a4e2c47fb98da8c28e0a69cf42 (diff) |
Send credentials to AAI
Per this link: http://www.baeldung.com/httpclient-4-basic-authentication
apache HttpClient does not send the credentials by default,
but instead waits for the server to issue a challenge before
sending them. Modified RESTManager to construct and send the
Authorization header always instead of waiting for the
challenge.
Remove unused imports.
Also add Authorization header for POST request.
Change error message to match original error message when
username is null.
Preempt sonar issue.
Allow null user name, which indicates that the Authorization header
should not be sent. Note: this only impacts the RESTManager class;
invoking classes (e.g., AaiManager) still enforce that the user name
exists in the properties.
Fix license dates in modified test code.
Change-Id: I3cb26e76562db746939631437775727809553390
Issue-ID: POLICY-754
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/eventmanager/src/main/java')
0 files changed, 0 insertions, 0 deletions