Java `http.nonProxyHosts` system variable contains incorrect wildcard domains
See original GitHub issueDescribe the bug
spec.server.nonProxyHosts
field is used to configure non proxy domains. But when it is converted to java system variable to be propagated to che-server it should contains *
for wildcard domains [1].
[1] https://docs.oracle.com/javase/9/docs/api/java/net/doc-files/net-properties.html
Che version
- latest
Additional context
Check if the same modification is required for identity provider.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Java Networking and Proxies
setProperty() method, to have a slightly more dynamic behavior. Here is a code excerpt showing how this can be done: //Set the http...
Read more >no_proxy environment variable not properly translated to unix ...
Java s2i image requires "no_proxy" environment variable is a non-standard format ... to have both the values , but for use by the...
Read more >PK75804: HTTP.NONPROXYHOSTS HAS AN UNCLEAR ...
Not specifying the values for the property correctly, using wildcards, can result in unexpected results. Local fix. Problem summary. ******** ...
Read more >How to Configure Outbound HTTP and HTTPS Proxy for your ...
Basic Configuration. HTTP(S) Outbound Proxy support is configured in Atlassian applications by passing certain system properties to the Java ...
Read more >Configuring Proxy Settings for All Apps | VMware Tanzu Docs
VMware recommends this value contains the domain .cf.internal ... Set the proxy environment variables for http_proxy to an empty value by ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Historical note: A similar issue was noted on [1][2], it was handled in documentation at [3]. (But the doc wasn’t carried forward from 1.2 to 2.x, unfortunately.)
[1] https://issues.redhat.com/browse/RHDEVDOCS-1104 [2] https://issues.redhat.com/browse/CRW-300 [3] https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/1.2/html-single/administration_guide/index // section 2.5
Super, thank you @tolusha.