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

Optimising toD via SendDynamicAware component removes the 3rd octet from IP address

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.22.0
    • 2.22.1, 2.23.0
    • camel-core
    • None
    • Java 8, Camel 2.22.0, Spring Boot 2.0.3

    • Unknown

    Description

      IP address 10.192.1.10 is optimized as 10.192.10

      DEBUG in SendDynamicProcessor:264 [main] - DynamicSendTo sendTo(netty4-http:http://10.192.1.10:8080/client/alerts/summary?throwExceptionOnFailure=false) using ProducerCache with default cache size
      
      DEBUG in SendDynamicProcessor:125 [Camel (camel-1) thread #6 - seda://alertSummary] - Optimising toD via SendDynamicAware component: netty4-http to use static uri: netty4-http:http:10.192.10:8080/path?throwExceptionOnFailure=false
      

      The issue seems to be in AbstractCamelCatalog class, method "doAsEndpointUri(String scheme, Map<String, String> properties, String ampersand, boolean encode) throws URISyntaxException"

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            Frasineanu Catalin Frasineanu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: