aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/FeProxyServlet.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/FeProxyServlet.java b/catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/FeProxyServlet.java
index 337a8ae100..200684a530 100644
--- a/catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/FeProxyServlet.java
+++ b/catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/FeProxyServlet.java
@@ -103,7 +103,8 @@ public class FeProxyServlet extends SSLProxyServlet {
{
Configuration config = getConfiguration(clientRequest);
if (config == null) {
- log.error("failed to retrieve configuration.");
+ log.error("Failed to retrieve configuration. Adding proxy header failed.");
+ return;
}
BasicAuthConfig basicAuth = config.getBasicAuth();
if (basicAuth.getEnabled()) {