Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 794FD10DC7 for ; Thu, 19 Dec 2013 10:00:26 +0000 (UTC) Received: (qmail 18297 invoked by uid 500); 19 Dec 2013 10:00:24 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 18192 invoked by uid 500); 19 Dec 2013 10:00:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 18100 invoked by uid 99); 19 Dec 2013 10:00:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 10:00:13 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,NORMAL_HTTP_TO_IP,SPF_SOFTFAIL,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of 417726999@qq.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 10:00:09 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from <417726999@qq.com>) id 1VtaOQ-0001xR-BV for dev@camel.apache.org; Thu, 19 Dec 2013 01:59:46 -0800 Date: Thu, 19 Dec 2013 01:59:46 -0800 (PST) From: yudiao123 <417726999@qq.com> To: dev@camel.apache.org Message-ID: <1387447186344-5745045.post@n5.nabble.com> In-Reply-To: References: <1387270631417-5744926.post@n5.nabble.com> Subject: =?UTF-8?Q?Re:_can_camel_used_for_Single_Sign-On=EF=BC=9F=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thank you very much,it is ok.But the redirect has cach as below: if I do as below :it has cach as the pictiure,but I need not the cach.Can it remove the cach? ${header.sessionId} == 0 message.setHeader("location", "http://192.168.0.154:8181/uiserver/thinknet/user/login.jsp"); message.setHeader("CamelHttpResponseCode", 301); -- View this message in context: http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926p5745045.html Sent from the Camel Development mailing list archive at Nabble.com.