Re: Rest DSL - how to configure SSL/Basic Auth for jetty component?

2016-07-05 Thread Claus Ibsen
message in context: > http://camel.465427.n5.nabble.com/Rest-DSL-how-to-configure-SSL-Basic-Auth-for-jetty-component-tp5758527p5784778.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Rest DSL - how to configure SSL/Basic Auth for jetty component?

2016-07-05 Thread Satish Kumar Kesharwani
s message in context: http://camel.465427.n5.nabble.com/Rest-DSL-how-to-configure-SSL-Basic-Auth-for-jetty-component-tp5758527p5784778.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Rest DSL - how to configure SSL/Basic Auth for jetty component?

2014-11-11 Thread Roman Vottner
Thank you Claus for your input so far. I’ve updated the branch according to your suggestions (https://github.com/RovoMe/CamelMultipleJettyComponents/tree/rest-dsl) and solved the SSL issue therefore. However, on trying to include basic auth using the custom basic auth security handler I run

Re: Rest DSL - how to configure SSL/Basic Auth for jetty component?

2014-11-11 Thread Willem Jiang
It’s a bug of camel-jetty which introduce the security handler to the server more than once. I just create a JIRA[1] for it and will commit a quick fix for it shortly. [1]https://issues.apache.org/jira/browse/CAMEL-8036 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog:

Rest DSL - how to configure SSL/Basic Auth for jetty component?

2014-11-05 Thread Roman Vottner
This is a repost of the nabble forum entry as my account was obviously not correctly verified at the time when I posted this issue (post has NOT been accepted …). In order to test the new REST feature in 2.14.0 I created a simple route class: public class RestTestRoute extends RouteBuilder {

Re: Rest DSL - how to configure SSL/Basic Auth for jetty component?

2014-11-05 Thread Claus Ibsen
Hi You can configure the jetty component regularly without the rest dsl, and just refer to jetty as the component. Then the Rest DSL uses the jetty with the security settings you have configured on it. And I think we have fixed the double ? in the uri in the upcoming 2.14.1 release. On Wed, Nov