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

Wrong removing parameters logic in ServiceComponent.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.22.3, 2.23.1, 3.0.0-M1
    • 2.23.2, 2.24.0, 2.22.4, 3.0.0-M3, 3.0.0
    • None
    • Novice

    Description

      Component: camel-service

      Mistake in class : org.apache.camel.component.service.ServiceComponent.java:83

      This error prevents the delegating component from receiving URI parameters.

      Have:

      parameters.keySet().removeAll(parameters.keySet());
      

      Must be:

      parameters.keySet().removeAll(params.keySet());
      

       

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            Nightmeister Artem Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 1h 10m
                1h 10m