When the log level is set to "full", the property set inside the log mediator
is getting printed twice
------------------------------------------------------------------------------------------------------
Key: SYNAPSE-55
URL: https://issues.apache.org/jira/browse/SYNAPSE-55
Project: Synapse
Issue Type: Bug
Affects Versions: 0.91
Environment: Windows XP, JDK 1.4.2_13, Firefox version 1.5.0.8
Reporter: Evanthika Amarasiri
Priority: Minor
Below are the steps to reproduce the issue
1. Create a sequence with the log level set to "full"
2. Set a property inside the log mediator as below
E.g.:-
**********************************************************************************
<syn:log level="headers" separator=",">
<syn:property name="filt_mess" value="Message Getting Filtered"/>
</syn:log>
**********************************************************************************
3. When you execute the sequence, the above property gets printed twice on the
console
To: /,WSAction: tns:withdraw,SOAPAction: tns:withdraw,####### filt_mess =
Message Getting Filtered ######,Envelope: <?xml version='1.0'
encoding='utf-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header
/><soapenv:Body><ns1:withdraw
xmlns:ns1="http://example"><ns1:account>13</ns1:account><ns1:amount>300</ns1:amount></ns1:withdraw><
/soapenv:Body></soapenv:Envelope>,####### filt_mess = Message Getting
Filtered ######
--
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]