Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 85343 invoked from network); 7 Feb 2007 04:05:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 04:05:29 -0000 Received: (qmail 41668 invoked by uid 500); 7 Feb 2007 04:05:35 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 41635 invoked by uid 500); 7 Feb 2007 04:05:35 -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 41626 invoked by uid 99); 7 Feb 2007 04:05:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 20:05:35 -0800 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 (herse.apache.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; Tue, 06 Feb 2007 20:05:25 -0800 Received: from amer-ems1.IONAGLOBAL.COM ([10.65.6.25]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l1744YaE017188 for ; Tue, 6 Feb 2007 23:04:34 -0500 (EST) Received: from [10.129.9.24] ([10.129.9.24]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Tue, 6 Feb 2007 23:05:04 -0500 Message-ID: <45C95037.5010006@iona.com> Date: Wed, 07 Feb 2007 12:06:15 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: Line Endings in r504026 - cxf-servlet.xml References: <45C88714.2050704@iona.com> <45C946D0.5050408@iona.com> In-Reply-To: <45C946D0.5050408@iona.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Feb 2007 04:05:04.0685 (UTC) FILETIME=[25A59DD0:01C74A6D] X-Virus-Checked: Checked by ClamAV on apache.org Sorry, the file seems already patched, > I'll do. > > Thanks Colin > >> There is incorrect line endings in the latest cxf-servlet.xml file. >> I have attached a very simple patch to correct. >> >> Could someone apply this for me. >> >> Thanks >> Colin >> ------------------------------------------------------------------------ >> >> Index: >> rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml >> =================================================================== >> --- >> rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml >> (revision 504134) >> +++ >> rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml >> (working copy) >> @@ -22,9 +22,9 @@ >> xmlns:foo="http://cxf.apache.org/configuration/foo" >> xsi:schemaLocation=" >> http://www.springframework.org/schema/beans >> http://www.springframework.org/schema/beans/spring-beans.xsd"> >> - > class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"> >> - >> - >> + > class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"> >> + >> + >> > class="org.apache.cxf.transport.servlet.ServletTransportFactory"> >> >> @@ -37,6 +37,6 @@ >> >> http://cxf.apache.org/transports/http/configuration >> >> >> - >> + >> >> > >