Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5584C9641 for ; Fri, 3 Feb 2012 21:53:49 +0000 (UTC) Received: (qmail 20854 invoked by uid 500); 3 Feb 2012 21:53:48 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 20632 invoked by uid 500); 3 Feb 2012 21:53:48 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 20623 invoked by uid 99); 3 Feb 2012 21:53:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 21:53:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.237.132.235] (HELO wp228.webpack.hosteurope.de) (80.237.132.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 21:53:40 +0000 Received: from p5ddf8a4e.dip0.t-ipconnect.de ([93.223.138.78] helo=[192.168.178.22]); authenticated by wp228.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1RtR4H-0000Ke-Et; Fri, 03 Feb 2012 22:53:17 +0100 Message-ID: <4F2C574A.2010306@ebuconnect.de> Date: Fri, 03 Feb 2012 22:53:14 +0100 From: Stefan Eder Organization: ebuconnect AG User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: users@camel.apache.org Subject: Please consider to trim simple expressions before parsing Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;stefan.eder@ebuconnect.de;1328306020;98a36711; Currently (2.9.0) simple expressions starting with '\n' cause a SimpleParserException to be thrown (Unexpected token ...). Stripping leading/trailing whitespace would allow more flexible formatting of Spring DSL that embeds simple language expressions. Thanks, Stefan