Re: String to Endpoint

2013-08-27 Thread Jose Espinosa
l > > As the above says, that'll override whatever address is in the .to. So > .to("http4://nowhere.com") will be replaced by Exchange.HTTP_URI if it exists. > > On Aug 23, 2013, at 1:03 PM, Jose Espinosa wrote: > >> They are http endpoints. Headers will defini

Re: String to Endpoint

2013-08-23 Thread Jose Espinosa
They are http endpoints. Headers will definitely do the job but I haven't find a way to do it. On Thu, Aug 22, 2013 at 5:37 PM, Christian Posta wrote: > What endpoint will you use to fetch the webpage? Might be able to use > headers... > > On Thursday, August 22, 2013, Jo

String to Endpoint

2013-08-22 Thread Jose Espinosa
ke dynamic routes without using "dynamicRouter"? Or a way to dynamically transform a single value to an endpoint? Thanks, Jose Espinosa

Re: Authenticating websockets endpoints.

2013-08-19 Thread Jose Espinosa
ing[] {token.substring(0, delim), token.substring(delim + 1)}; } } On Sat, Aug 17, 2013 at 7:56 AM, Christian Posta wrote: > Spring Security does, iirc but might have a look at the underlying > websocket connector and its configs. Its implemented with Jetty. > > > On Fri, Aug 1

Re: Authenticating websockets endpoints.

2013-08-16 Thread Jose Espinosa
an also set up > the websocket connection to go over SSL to avoid sending plaintext. > > http://camel.apache.org/websocket.html > > > > > On Fri, Aug 16, 2013 at 11:10 AM, Jose Espinosa wrote: > >> Hey all, >> >> I am using websockets to start on of my routes,

Authenticating websockets endpoints.

2013-08-16 Thread Jose Espinosa
Hey all, I am using websockets to start on of my routes, now I am looking at adding security to my websockets end points. I took a look at camel security as described here http://camel.apache.org/camel-security.html and it works as advertised, but now I cann't find how to make my websocket client