Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5260

LDAP Component lose headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.9.0
    • 2.8.6, 2.9.3, 2.10.0
    • camel-ldap
    • Novice

    Description

      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());

      Attachments

        Activity

          People

            muellerc Christian Müller
            anacortes Ana Cortés
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: