Ana Cortés created CAMEL-5260:
---------------------------------

             Summary: 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


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