[ 
https://issues.apache.org/jira/browse/SYNAPSE-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kasun Indrasiri updated SYNAPSE-733:
------------------------------------

    Attachment: SYNAPSE-733.patch

Attaching the patch that fixes this issue. 

> 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
>         Attachments: SYNAPSE-733.patch
>
>
> 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]

Reply via email to