[
https://issues.apache.org/jira/browse/CAMEL-10621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15763580#comment-15763580
]
Remco Schoen commented on CAMEL-10621:
--------------------------------------
Used dependencies:
compile group: 'org.apache.camel', name: 'camel-core', version: '2.18.1'
compile group: 'org.apache.camel', name: 'camel-spring', version: '2.18.1'
compile group: 'org.apache.camel', name: 'camel-jetty', version: '2.18.1'
compile group: 'org.apache.camel', name: 'camel-swagger-java', version:
'2.18.1'
compile group: 'org.apache.camel', name: 'camel-jackson', version: '2.18.1'
> Issue with Rest DSL, Jetty and Basic authentication
> ---------------------------------------------------
>
> Key: CAMEL-10621
> URL: https://issues.apache.org/jira/browse/CAMEL-10621
> Project: Camel
> Issue Type: Bug
> Components: camel-jetty
> Affects Versions: 2.18.1
> Reporter: Remco Schoen
> Attachments: HardcodedLoginService.java, camel-context.xml,
> log.camel.txt
>
>
> I'm trying to create an API with Rest DSL and Swagger Java components. For
> hosting the API I want to use Jetty and use Basic Authentication to secure it.
> With Jetty 8 the code below works, but with Camel 2.18.1 my code fails in
> Jetty 9 with this error:
> No LoginService for
> org.eclipse.jetty.security.authentication.BasicAuthenticator
> It seems that when the security handler is re-added for the api-docs, the
> loginService is gone and can not be found anymore in the beans store of the
> server. I see in Jetty configuration examples that the loginService is also
> added as a bean to the Jetty server. If it has been added, it can be found
> when re-adding the security handler.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)