Issue when using the DynamicLordBalancingEndpoint to handl REST message.
------------------------------------------------------------------------
Key: SYNAPSE-686
URL: https://issues.apache.org/jira/browse/SYNAPSE-686
Project: Synapse
Issue Type: Bug
Components: Core
Affects Versions: 2.0
Reporter: Sameera Jayasoma
Fix For: 2.0
When you try to load balance REST message, the path section is repeated in the
toAddress.
e.d
original URI
http://localhost:8280/example/index.html
When synapse send the message to the actual endpoint, URI become something like
following.
http://localhost:8280/example/index.html/example/index.html
In the DynamicLoadBalancingEndpoint we create an Endpoint for each and every
request and set the complete URI as the to address.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]