[
https://issues.apache.org/jira/browse/CAMEL-12705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566694#comment-16566694
]
Claus Ibsen commented on CAMEL-12705:
-------------------------------------
Okay have a potential fix
> Optimising toD via SendDynamicAware component removes the 3rd octet from IP
> address
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-12705
> URL: https://issues.apache.org/jira/browse/CAMEL-12705
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.22.0
> Environment: Java 8, Camel 2.22.0, Spring Boot 2.0.3
> Reporter: Catalin
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 2.22.1, 2.23.0
>
>
> IP address 10.192.1.10 is optimized as 10.192.10
> {code:java}
> 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
> {code}
> The issue seems to be in AbstractCamelCatalog class, method
> "doAsEndpointUri(String scheme, Map<String, String> properties, String
> ampersand, boolean encode) throws URISyntaxException"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)