Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 7068 invoked from network); 19 Jun 2005 23:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2005 23:55:47 -0000 Received: (qmail 26919 invoked by uid 500); 19 Jun 2005 23:55:44 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 26848 invoked by uid 500); 19 Jun 2005 23:55:43 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 26815 invoked by uid 99); 19 Jun 2005 23:55:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2005 16:55:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP Received-SPF: pass (asf.osuosl.org: domain of steven.caswell@gmail.com designates 64.233.170.206 as permitted sender) Received: from [64.233.170.206] (HELO rproxy.gmail.com) (64.233.170.206) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2005 16:55:17 -0700 Received: by rproxy.gmail.com with SMTP id r35so665386rna for ; Sun, 19 Jun 2005 16:55:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XHJ74rTrGErsCYXRBW71OAgRTwE2C92yH4k4Vhlf/XOr7T26yi7U4KNz/ulvc7723XAQupPF3RBD+WFv1U/T7M8LFEcoOwhx/NPBW4ygcarPVsnZyNGbjbwOH2/T2hE5nsrk8fXfhw0wVFH0aZBdX2uv4ZeJqMjLFXWZsBcQ+gU= Received: by 10.38.207.69 with SMTP id e69mr1724354rng; Sun, 19 Jun 2005 16:55:22 -0700 (PDT) Received: by 10.38.151.72 with HTTP; Sun, 19 Jun 2005 16:55:22 -0700 (PDT) Message-ID: Date: Sun, 19 Jun 2005 19:55:22 -0400 From: Steven Caswell Reply-To: Steven Caswell To: Jakarta Commons Developers List Subject: [lang][patch] Implementation of escape/unescapeHtml methods with Writer Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Old-Spam-Check-By: apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N http://issues.apache.org/bugzilla/show_bug.cgi?id=3D35366 contains a replacement for the escape/unescape methods. The comment in the original code says to rewrite to use a Writer. The patch actually changes the method signature to pass in a Writer and have the method write into it. Is that the intention of the comment? Do we want to deprecate the existing method or just add an additional overloaded method? --=20 Steven Caswell steven.caswell@gmail.com Take back the web - http://www.mozilla.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org