…setenv.sh file. These values are needed if you are running confluence behind proxies and to allow the synchrony functionality.
Pull Request (PR) description
The PR fixes the passing of java_opt values in order to populate things like proxy servers or values for supporting synchrony.
If these values are not passed, things like the Market place will NOT work because the application is not aware of the proxy it should be sending traffic to.
Also for synchrony to work, you need to pass the following values:
JAVA_OPTS="-Dsynchrony.proxy.enabled=true
These values should not be bound to the version of confluence.
These values are currently in use in about 3 different Confluence installations of different versions of the application.
This Pull Request (PR) fixes the following issues
No specific issues (reported) but it does allow the following to work:
Atlassian market place
Synchrony
…setenv.sh file. These values are needed if you are running confluence behind proxies and to allow the synchrony functionality.
Pull Request (PR) description
The PR fixes the passing of java_opt values in order to populate things like proxy servers or values for supporting synchrony. If these values are not passed, things like the Market place will NOT work because the application is not aware of the proxy it should be sending traffic to. Also for synchrony to work, you need to pass the following values:
JAVA_OPTS="-Dsynchrony.proxy.enabled=true
These values should not be bound to the version of confluence.
These values are currently in use in about 3 different Confluence installations of different versions of the application.
This Pull Request (PR) fixes the following issues
No specific issues (reported) but it does allow the following to work: Atlassian market place Synchrony