We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0530a11 commit eba9317Copy full SHA for eba9317
src/main/java/org/telosys/tools/commons/http/HttpSystemConfig.java
@@ -172,7 +172,7 @@ public static List<String> getCurrentHttpConfig() {
172
* @param protocol
173
*/
174
private static void getCurrentProxyConfig(String protocol, List<String> lines) {
175
- lines.add("Proxies for '" + protocol + "' :");
+ lines.add("Proxy for '" + protocol + "' :");
176
URI uri;
177
try {
178
uri = new URI(protocol + "://foo");
0 commit comments