Enhance the Send mediator AND/OR Endpoints, to accept properties
----------------------------------------------------------------
Key: SYNAPSE-522
URL: https://issues.apache.org/jira/browse/SYNAPSE-522
Project: Synapse
Issue Type: Improvement
Components: Core
Affects Versions: 1.2
Reporter: Asankha C. Perera
Priority: Minor
Fix For: 1.3
Reference to http://markmail.org/message/cvbfh2wpapn2yt6u
support the specifications of one or more properties within the send mediator
e.g. FORCE_HTTP_1.0, POST_TO_PATH etc would belong with the send mediator,
while format, passwords etc may belong as endpoint properties
<send>
<property name="BUILD_ENVELOPE" value="true"/>
<... other such properties.../>
<endpoint ...../>
</send>
OR/AND
<send>
<endpoint ....>
<property name="BUILD_ENVELOPE" value="true"/>
<... other such properties.../>
</endpoint>
</send>
--
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]