Re: can camel used for Single Sign-On??

2013-12-19 Thread yudiao123
-- 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.

Re: can camel used for Single Sign-On??

2013-12-17 Thread Willem Jiang
How can I do it?Thank you > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926p5744940.html > > Sent from the Camel Development mailing list archive at Nabble.com. >

Re: can camel used for Single Sign-On??

2013-12-17 Thread yudiao123
How can I do it?Thank you -- View this message in context: http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926p5744940.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: can camel used for Single Sign-On??

2013-12-17 Thread Willem Jiang
t; } > }) > > /* .process(new Processor() { > public void process(Exchange exchange) throws Exception { > exchange.getOut().setHeader(Exchange.HTTP_URI, > constant("http://www.google.com";)); > } > })*/ > .to("ahc:http://127.0.0.1:8181/uiserver/thinknet/index.jsp&

Re: can camel used for Single Sign-On??

2013-12-17 Thread yudiao123
the result as below: the context of login.jsp can not work <http://camel.465427.n5.nabble.com/file/n5744934/65CB4FEA-AD88-406F-AA7D-598EDD1B2B3B.jpg> -- View this message in context: http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926p5744934.html Sent fr

Re: can camel used for Single Sign-On??

2013-12-17 Thread yudiao123
} })*/ .to("ahc:http://127.0.0.1:8181/uiserver/thinknet/index.jsp";); -- View this message in context: http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926p5744928.html Sent from the Camel Development mailing list archive at Nabble.com.

can camel used for Single Sign-On??

2013-12-17 Thread yudiao123
{ exchange.getIn().setHeader("sessionId", sessionId);; } } -- View this message in context: http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926.html Sent from the Camel Development mailing list archive at Nabble.com.