Catalin created CAMEL-12705:
-------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)