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
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
ke dynamic routes without using "dynamicRouter"?
Or a way to dynamically transform a single value to an endpoint?
Thanks,
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
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,
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