Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 38532 invoked from network); 27 Mar 2007 12:43:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 12:43:22 -0000 Received: (qmail 45612 invoked by uid 500); 27 Mar 2007 12:43:27 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 44679 invoked by uid 500); 27 Mar 2007 12:43:24 -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 44668 invoked by uid 99); 27 Mar 2007 12:43:24 -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 05:43:24 -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 rajendrasakpal.mailinglist@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 05:43:16 -0700 Received: by wr-out-0506.google.com with SMTP id 70so1146431wra for ; Tue, 27 Mar 2007 05:42:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Wgg7w3JQGD0QhHgpIH4zeVg9C3B7DNWbtVR8thE3hMWvuAOKuaGoMsVbGp808q7TNZvaWdXYdOsBvP82UWJgXrx8jODC1nbaNLFqx3TBVMrukhBBahJ9oUAxGxZzTJKqo6vChe+ARNxrGDbF39MOjn6dETHcKE1l/e+O7D/gpv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UGkEWUCSBYvPqR6ZtX3MDoUozewHoOSZGA8y+dQ8CGdD8Y5WlCfq2rjQk5iIjf3t5bpJF0/Fsw9Hld/JZr4RepJDgBARze7/ufBWEAhw0Bwc/5dZo0RGDzCwjP3lh4iwjdkHtQYQVkT3wErANWBf9UC89QavCIX9dyairfbT5lQ= Received: by 10.100.144.11 with SMTP id r11mr5837304and.1174999375609; Tue, 27 Mar 2007 05:42:55 -0700 (PDT) Received: by 10.100.120.12 with HTTP; Tue, 27 Mar 2007 05:42:55 -0700 (PDT) Message-ID: <21f54ed90703270542o45330267tf24db3c39c595b93@mail.gmail.com> Date: Tue, 27 Mar 2007 18:12:55 +0530 From: "Rajendra Sakpal" To: commons-user@jakarta.apache.org, rajendrasakpal.mailinglist@gmail.com Subject: Problem with writing a Base64 encoded string to a text file ... MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5945_31307432.1174999375369" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5945_31307432.1174999375369 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_5945_31307432.1174999375369--