Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

App ignores proxy setting -Dhttp.nonProxyHosts


Cause

...

Oracle JDK ignores apostrophes in the host nonProxyHost declaration, but OpenJDK does not:


JVM_SUPPORT_RECOMMENDED_ARGS="-Dhttp.nonProxyHosts='<host_1_ip_addr>|<host_2_ip_addr>|*.example.com'"

Solution

If you use OpenJDK, get rid of the apostrophes in the host declaration:


JVM_SUPPORT_RECOMMENDED_ARGS="-Dhttp.nonProxyHosts=<host_1_ip_addr>|<host_2_ip_addr>|*.example.com"

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@12b6d
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "proxy" , "sonar-for-bitbucket-server" ) and type = "page" and space = "MSS"
labelssonar-for-bitbucket-server proxy

...

Page Properties
hiddentrue


Related issues




Info