can camel get the context of session the request or the context of header of the reques?

2013-12-19 Thread yudiao123
I do as below,I can get sessionId of the request,but I cant not get the context of request,also I can not get the header of the request.Is there any way to get the context of the session,or the header of the request? Thank you very much. http://192.168.0.154:8181/mymanager/?matchOnUriPrefix=

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

2013-12-19 Thread yudiao123
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? http://192.168.0.148:8000/mymanager/?mat

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 yudiao123
the result as below: the context of login.jsp can not work -- View this message in context: http://camel.465427.n5.nabble.com/can-camel-used-for-Single-Sign-On-tp5744926p5744934.html Sent from the Came

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

2013-12-17 Thread yudiao123
if I do as below : the context can route to index.jsp,but the url on browser the url is not change.so the context in index.jsp can not use. public void configure() { from("jetty:http://192.168.0.154:8181/?matchOnUriPrefix=true";) .process(new Processor() {

can camel used for Single Sign-On??

2013-12-17 Thread yudiao123
My idea is :if the session is null ,I route to the index.jsp,else route to the resources. but when the session is null I can not route to http://192.168.0.154:8181/uiserver/index.jsp. http://192.168.0.154:8181/mymanager/?matchOnUriPrefix=true"/> http://192.168.0.156:8181/m