question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Java `http.nonProxyHosts` system variable contains incorrect wildcard domains

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
RickJWagnercommented, Sep 10, 2020

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

0reactions
RickJWagnercommented, Sep 29, 2020

Super, thank you @tolusha.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found