Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 29173 invoked from network); 13 Oct 2006 06:43:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 06:43:51 -0000 Received: (qmail 14450 invoked by uid 500); 13 Oct 2006 06:43:50 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 14211 invoked by uid 500); 13 Oct 2006 06:43:49 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 14188 invoked by uid 99); 13 Oct 2006 06:43:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 23:43:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.mao@iona.com designates 65.223.216.181 as permitted sender) Received: from [65.223.216.181] (HELO amereast-smg1.iona.com) (65.223.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 23:43:49 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([10.65.6.84]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k9D6h5Y5015620; Fri, 13 Oct 2006 02:43:27 -0400 (EDT) Received: from [10.129.9.116] ([10.129.9.116]) by amereast-ems2.IONAGLOBAL.COM with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Oct 2006 02:43:05 -0400 Message-ID: <452F3542.9050504@iona.com> Date: Fri, 13 Oct 2006 14:42:10 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org CC: cxf-commits@incubator.apache.org Subject: Re: svn commit: r463572 - in /incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/attachment: AttachmentDeserializer.java AttachmentSerializer.java JAXBAttachmentMarshaller.java References: <20061013062124.BD5C41A981A@eris.apache.org> In-Reply-To: <20061013062124.BD5C41A981A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Oct 2006 06:43:06.0506 (UTC) FILETIME=[D6EBEEA0:01C6EE92] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Andrea, This should fix the build on Windows. Thanks for the fix, Tom. Cheers, James. > Author: tli > Date: Thu Oct 12 23:21:23 2006 > New Revision: 463572 > > URL: http://svn.apache.org/viewvc?view=rev&rev=463572 > Log: > fix the incorrect handling of read mime-boundary to fix '\n--' pattern string problem > > Modified: > incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/attachment/AttachmentDeserializer.java > incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/attachment/AttachmentSerializer.java > incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.jav