Activation Proxy Settings and File->Proxy Settings should be two different options.
|
9 KB
We need test ...
1. Activation
2. Git Checkout
3. Subversion Checkout
This makes no sense, unless customers have a setup where one proxy is used for internet access, and another is maintained specifically for AquaFold activation, and nothing else.
Even when we "decouple" the two proxy settings, there is no way to enter "No Proxy for" hosts, as done in all the other internet tools (see Firefox screenshot as an example).
What we need to do instead is to add "No Proxy for" field in the Proxy Settings dialog. The corresponding java system property is "http.nonProxyHosts
".
This makes no sense, unless customers have a setup where one proxy is used for internet access, and another is maintained specifically for AquaFold activation, and nothing else.
Even when we "decouple" the two proxy settings, there is no way to enter "No Proxy for" hosts, as done in all the other internet tools (see Firefox screenshot as an example).
What we need to do instead is to add "No Proxy for" field in the Proxy Settings dialog. The corresponding java system property is "http.nonProxyHosts
".
http.proxyHost
: the host name of the proxy serverhttp.proxyPort
: the port number, the default value being 80.http.nonProxyHosts
: a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. Any host matching one of these patterns will be reached through a direct connection instead of through a proxy.http://download.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
..
the HTTPS protocol handler will use the same as the http handler (i.e. http.nonProxyHosts
).
http.proxyHost
: the host name of the proxy serverhttp.proxyPort
: the port number, the default value being 80.http.nonProxyHosts
: a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. Any host matching one of these patterns will be reached through a direct connection instead of through a proxy.http://download.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
..
the HTTPS protocol handler will use the same as the http handler (i.e. http.nonProxyHosts
).
Large enterprises have very complex networks with multiple proxies and networks. Lets decouple and add no proxy for the system settings.
Large enterprises have very complex networks with multiple proxies and networks. Lets decouple and add no proxy for the system settings.
This feature affects site deployment
LicenseKeyDialog : 563
This feature affects site deployment
LicenseKeyDialog : 563
Site deployment is part of activation and is used by enterprise users to do single package deployments to users.
Site deployment is part of activation and is used by enterprise users to do single package deployments to users.
added system proxy settings (File -> Proxy Settings), separate from License -> Proxy Settings
added No Proxy For in system proxy settings
kept site deployment logic
added system proxy settings (File -> Proxy Settings), separate from License -> Proxy Settings
added No Proxy For in system proxy settings
kept site deployment logic
Tested Activation, Git Checkout and Subversion Checkout. ... The only deviation I found was use Proxy to Access Internet and giving an incorrect Host and Port, I am able to do a git checkout using https
Tested Activation, Git Checkout and Subversion Checkout. ... The only deviation I found was use Proxy to Access Internet and giving an incorrect Host and Port, I am able to do a git checkout using https
Issue #6054 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 10.0.0-rc-13_09 |
No time estimate |
We need test ...
1. Activation
2. Git Checkout
3. Subversion Checkout