-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.19.1
-
Component/s: camel-hipcat
-
Labels:None
-
Estimated Complexity:Unknown
Declaring a hipchat endpoint in XML misconfigures the same component in the DSL. This seems to be because at some point via XML the component URI get's normalized and '//' is introduced.
This means a component of
<to uri="hipchat:https:myhipchatserver.com:443?authToken?=abc" />
Is actually configured to the default api.hipchat.com.
- links to