wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java [1063:1073]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            try {
                wagon.getToStream("test-proxied-resource", new ByteArrayOutputStream());

                assertTrue(handler.headers.containsKey("Proxy-Connection"));
            } finally {
                System.setProperty("http.proxyHost", "");
                System.setProperty("http.proxyPort", "");
                wagon.disconnect();
            }
        } finally {
            proxyServer.stop();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java [1117:1127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            try {
                wagon.getToStream("test-proxied-resource", new ByteArrayOutputStream());

                assertTrue(handler.headers.containsKey("Proxy-Connection"));
            } finally {
                System.setProperty("http.proxyHost", "");
                System.setProperty("http.proxyPort", "");
                wagon.disconnect();
            }
        } finally {
            proxyServer.stop();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



