Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 51469 invoked from network); 9 Jul 2005 17:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jul 2005 17:14:05 -0000 Received: (qmail 5159 invoked by uid 500); 9 Jul 2005 17:14:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 5110 invoked by uid 500); 9 Jul 2005 17:14:03 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 5097 invoked by uid 99); 9 Jul 2005 17:14:03 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jul 2005 10:13:54 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id B664216; Sat, 9 Jul 2005 19:13:51 +0200 (CEST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 35619] - Please convert SplashTask to use NOT sun internal classes X-Bugzilla-Reason: AssignedTo Message-Id: <20050709171351.B664216@ajax.apache.org> Date: Sat, 9 Jul 2005 19:13:51 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35619 ------- Additional Comments From WBaer@gmx.de 2005-07-09 19:13 ------- (In reply to comment #1) > Actually, Ant has its own internal Base64 encoder (a nested class of the Get > task). Get uses this class for HTTP auth. encoding; big surprise that's what > SplashTask wants it for as well. IMHO the "right" thing to do here is modify > SplashTask to use Get, consolidating this code. You are right that would be the right thing - but in the long term. As you said there is a long todo list. In the meantime the provided patch solves the problem relative straightforward (its against 1.6.5). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org