You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see that the code fetches the no proxy list from the http.proxy-exclusions vscode property: this is not the official vscode property for this, since it's instead http.noProxy (which can contains "*")
To Reproduce
Try to set the http.noProxy variable to exclude a host from proxy: the RestTemplateFactory still uses the proxy
Sample
The text was updated successfully, but these errors were encountered:
The fix was created only now in response to this issue - thanks very much for reporting it!!!
Since you looked at the RestTemplateFactory I just decided to run the fix by you as well in case I'm still missing something.
Describe the bug
In the RestTemplateFactory class here:
https://github.com/spring-projects/sts4/blob/main/headless-services%2Fspring-boot-language-server%2Fsrc%2Fmain%2Fjava%2Forg%2Fspringframework%2Fide%2Fvscode%2Fboot%2Fapp%2FRestTemplateFactory.java
You can see that the code fetches the no proxy list from the http.proxy-exclusions vscode property: this is not the official vscode property for this, since it's instead http.noProxy (which can contains "*")
To Reproduce
Try to set the http.noProxy variable to exclude a host from proxy: the RestTemplateFactory still uses the proxy
Sample
The text was updated successfully, but these errors were encountered: