From 861b557b294032f9443ee1fca6b42d7252e92481 Mon Sep 17 00:00:00 2001 From: Rene Glover Date: Tue, 14 Apr 2020 16:32:16 -0500 Subject: Fix CADI Connection to Remote DNS AAF servers on proxied network Java CADI client code and web filter has been fixed to allow specification of a fixed hostname for connecting to AAF service and avoiding use of the AAF Locator service to bootstrap. The CADI code was also updated to avoid pre-resolving DNS in this scenario. This fix is necessary to address use cases where the AAF servers live in a different network domain from the CADI client where the access point is through a proxied endpoint and the DNS name is unresolvable on the network where the CADI client code is executing. Issue-ID: AAF-1123 Signed-off-by: Rene Glover Change-Id: I8835b7445e9bc1f6e89380462062748b53e078e5 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8259e7e7..a5ed1c35 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,8 @@ /cadisample/ .classpath /bin/ +.vscode/ +cadi/core/src/test/resources/keystore.p12 +cadi/core/src/test/resources/output_key +cadi/core/src/test/resources/truststore.jks +.vscode/launch.json -- cgit 1.2.3-korg