Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 8026 invoked from network); 27 Mar 2007 21:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 21:25:17 -0000 Received: (qmail 40645 invoked by uid 500); 27 Mar 2007 21:25:19 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 40591 invoked by uid 500); 27 Mar 2007 21:25:19 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 40580 invoked by uid 99); 27 Mar 2007 21:25:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 14:25:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of adrian.mitev@googlemail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 14:25:11 -0700 Received: by an-out-0708.google.com with SMTP id c14so2383149anc for ; Tue, 27 Mar 2007 14:24:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=K/qATeJlUVVfuRy8Y2pCRyXznfChtaoVmWmHDKDDomrpRgVCSXfBls6MpeBIXT3bzmTH82lWJ1ODuLLDPKz/tJuB1ww9PfpO2Mpe/n0tKt8XOLUeAVIPs7nHSOJtgPSI1ctgwJLO6pW7A1HapGjctS2iZsE2xe22VMpoiVIjfPY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=KWRcbIX/kjly84Xnh52iJLTLNfgM8ZnBQSDGosMx5DlbOQDyPAnAjKZfBadA8ciz2qqH1ZamnamaydY1z4BJBPbIZ2yvLlWMemWSnxo+zWDaNmALy1nCZEX7fWJ+qa+RdUwVZXlybLB3pbFTTTxj1qMw8dx+HM+WyYMXQIYXjUM= Received: by 10.114.153.18 with SMTP id a18mr3338513wae.1175030687514; Tue, 27 Mar 2007 14:24:47 -0700 (PDT) Received: by 10.114.120.5 with HTTP; Tue, 27 Mar 2007 14:24:46 -0700 (PDT) Message-ID: <3ee326610703271424j4c4cab4aw7126c4353a4fb248@mail.gmail.com> Date: Wed, 28 Mar 2007 00:24:46 +0300 From: "Adrian Mitev" To: "Jakarta Commons Users List" Subject: Re: Problem with writing a Base64 encoded string to a text file ... In-Reply-To: <21f54ed90703270542o45330267tf24db3c39c595b93@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19953_12154709.1175030686993" References: <21f54ed90703270542o45330267tf24db3c39c595b93@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19953_12154709.1175030686993 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Are you getting an exception? 2007/3/27, Rajendra Sakpal : > > Hello, > > I am trying to write a Base64 encoded (password) string to a > file. However, > the code fails to write the string to the TEXT file. The string is > however > visible on the JSP/HTML page. > > What could be the problem ? > > thanks in advance, > Rajendra > ------=_Part_19953_12154709.1175030686993--