diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2019-01-03 11:15:46 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2019-01-03 11:15:46 +0000 |
commit | 7ff5c083a25dd6704dd2074128f669b0fa668ed7 (patch) | |
tree | 0117b61e53d5b49c5b6a258d4e4aedc4ee6fdb7b /sidecar/rproxy/src/main/resources | |
parent | 3fc873da82e05197fef60df2a4db67ddf0fc8256 (diff) |
Upversion Spring Boot for NexusIQ
Upversion to latest 2.1.1.RELEASE to fix new NexusIQ security
vulnerabilities
Change-Id: I8d7759d5f5dbdf70b1056bc4b6875caf8c25893d
Issue-ID: AAF-693
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'sidecar/rproxy/src/main/resources')
-rw-r--r-- | sidecar/rproxy/src/main/resources/application.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sidecar/rproxy/src/main/resources/application.properties b/sidecar/rproxy/src/main/resources/application.properties index 5c2dffb..0f111dc 100644 --- a/sidecar/rproxy/src/main/resources/application.properties +++ b/sidecar/rproxy/src/main/resources/application.properties @@ -7,7 +7,6 @@ server.ssl.protocol=TLS server.ssl.enabled-protocols=TLSv1.2 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.client-auth=want - server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12 server.servlet.contextPath=/ @@ -16,4 +15,6 @@ uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json logging.config=${CONFIG_HOME}/logback-spring.xml -spring.profiles.default=secure,cadi
\ No newline at end of file +spring.profiles.default=secure,cadi + +spring.main.allow-bean-definition-overriding=true
\ No newline at end of file |