Conditional Router Mediator doesn't route messages based on HTTP Query
parameters
---------------------------------------------------------------------------------
Key: SYNAPSE-733
URL: https://issues.apache.org/jira/browse/SYNAPSE-733
Project: Synapse
Issue Type: Bug
Reporter: Kasun Indrasiri
Conditional Router Mediator doesn't route messages based on HTTP Query
parameters for GET requests.
In the following configuration, I'm trying to route a message based on a http
parameter but the condition never get satisfied.
Synapse Config :
<conditionalRouter>
<route>
<condition>
<equal source="s" type="param" value="test" />
</condition>
<target sequence="send_seq"/>
</route>
</conditionalRouter>
GET Request:
curl http://localhost:8280/services/StockQuoteProxy?s=test
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]