camel pull request: Fix JavaDoc parameters of withProperty method

2013-12-17 Thread gzurowski
Github user gzurowski closed the pull request at: https://github.com/apache/camel/pull/70

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

2013-12-17 Thread Willem Jiang
You can just set the message header with the http response code and location with the url just like this. message.setHeader("location", "http://127.0.0.1:8181/uiserver/thinknet/index.jsp";); message.setHeader(“CamelHttpResponseCode”, 301); -- Willem Jiang Red Hat, Inc. Web: http://www.redhat

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
If you want to force the browser to reload the login file, you need to send the 301 redirect response instead of sending the request to login url. BTW, please use u...@camel.apache.org to ask the camel usage question. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://wille

camel pull request: VERACODE-986: fix of CWE ID 404 improper resource shutd...

2013-12-17 Thread MrLion
GitHub user MrLion opened a pull request: https://github.com/apache/camel/pull/71 VERACODE-986: fix of CWE ID 404 improper resource shutdown or release in FileInputStreamCache https://issues.apache.org/jira/browse/CAMEL-7075 During Veracode scan of our application we discov

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

Camel.trunk.notest - Build # 2056 - Failure

2013-12-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2056) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2056/ to view the results.

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

Re: Can I use camel-nagios to get nagios's information when I send passive check through it?

2013-12-17 Thread Qunhu Sun
Thanks. what do you mean by "The message is received"? You mean nagios server can received my message ? Or I(camel-nagios) can receive the response message from the nagios server. I have already realized nagios server can received message through camel-nagios. 2013/12/17 Claus Ibsen-2 [via Camel]