aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy/src/main/resources/application.properties
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2018-10-01 16:24:47 +0100
committerLee, Tian (tl5884) <TianL@amdocs.com>2018-10-01 16:24:47 +0100
commit0d9b3896ad594816b1eb7048949114e6a18c4bd4 (patch)
tree67b318549cc5de466a999a3fd1029402ac6b593f /sidecar/rproxy/src/main/resources/application.properties
parent69f4409bb70e8891a08219133bfc09c07aecbde6 (diff)
Fix NexusIQ security vulnerabilities
Remove Spring Boot Jackson dependencies and replace with Gson implementation. Fix potential source of NullPointerException. Change-Id: I3a715a023223b596e8a0979f0e0d381511fca32d Issue-ID: AAF-529 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'sidecar/rproxy/src/main/resources/application.properties')
-rw-r--r--sidecar/rproxy/src/main/resources/application.properties5
1 files changed, 1 insertions, 4 deletions
diff --git a/sidecar/rproxy/src/main/resources/application.properties b/sidecar/rproxy/src/main/resources/application.properties
index f291372..9ba37aa 100644
--- a/sidecar/rproxy/src/main/resources/application.properties
+++ b/sidecar/rproxy/src/main/resources/application.properties
@@ -16,7 +16,4 @@ uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json
logging.config=${CONFIG_HOME}/logback-spring.xml
-spring.profiles.default=secure,cadi
-
-# For Spring Boot Actuator endpoints
-management.endpoints.web.base-path=/rproxy \ No newline at end of file
+spring.profiles.default=secure,cadi \ No newline at end of file