DBLookup/DBReport mediator should replace a &lt;/&gt; with </>
--------------------------------------------------------------

                 Key: SYNAPSE-707
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-707
             Project: Synapse
          Issue Type: Bug
            Reporter: Rajika Kumarasiri


If we use a sql statement like "delete from Table where some_value < 1000" this 
causes a parsing error. To avoid this we need to encode the SQL string 
"delete from Table where some_value &lt; 1000 " and DBLookup/DBReport mediators 
should decode this SQL query before processing. 

Rajika 

-- 
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: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to