From 471ad1302644ae4e101975608adc3e3a410c0505 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 11 Nov 2002 07:28:49 +0000 Subject: [PATCH] added user/password support in the proxy, though I cant test it myself. Also added removal of http host in cleanup routine. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273531 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 1 + 1 file changed, 1 insertion(+) diff --git a/WHATSNEW b/WHATSNEW index ff8d1ac9b..d3576043a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -49,6 +49,7 @@ Fixed bugs: Other changes: -------------- +* lets you set the username and password for proxies that want authentication * has a new encoding attribute.