The net result is that you can't pre-determine the proxy settings at launch-time using sysprops - you are forced to use the configuration panel. These props are pretty standard for Java-based kit - we should allow them to be used, and only replace them if the user then explicitly changes the settings in the config UI. It could be argued that you shouldn't even be able to nullify them there - they should be removed from the calling script if that is the aim.
In other words, I want to be able to set these in jstock.sh_VMOPTIONS.
Curiously, for outbound https (Google auth API) I can do that using the https variants, see #86 .
Currently,
initJStockOptions
does this:The net result is that you can't pre-determine the proxy settings at launch-time using sysprops - you are forced to use the configuration panel. These props are pretty standard for Java-based kit - we should allow them to be used, and only replace them if the user then explicitly changes the settings in the config UI. It could be argued that you shouldn't even be able to nullify them there - they should be removed from the calling script if that is the aim.
In other words, I want to be able to set these in
jstock.sh
_VMOPTIONS
.Curiously, for outbound https (Google auth API) I can do that using the https variants, see #86 .