[ 
https://issues.apache.org/jira/browse/CAMEL-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272616#comment-13272616
 ] 

Christian Müller commented on CAMEL-5260:
-----------------------------------------

But you are more than welcome to work on other issues ;-) [1]
Normally it's a good to let easy to resolve issues for new contributors, but 
because we considered this as a bug, I prefer to make sure it will be part of 
Camel 2.10.0 which we plan to release soon...

[1] http://camel.apache.org/contributing.html

Best,
Christian
                
> LDAP Component lose headers
> ---------------------------
>
>                 Key: CAMEL-5260
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5260
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ldap
>    Affects Versions: 2.9.0
>            Reporter: Ana Cortés
>            Assignee: Christian Müller
>              Labels: ldap
>             Fix For: 2.8.6, 2.9.3, 2.10.0
>
>
> When we call to a LDAP endpoint, the result is returned in the Out body and 
> we lose the IN headers (see 
> http://camel.465427.n5.nabble.com/LDAP-Component-lose-headers-td5696602.html).
>  
> A fix seems relatively easy. The solution could be add this line inside the 
> process() method in LdapProducer.java
>  exchange.getOut().setHeaders(exchange.getIn().getHeaders());

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to