You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Ishan Jayawardena (Updated) (JIRA)" <ji...@apache.org> on 2012/02/13 06:59:00 UTC

[jira] [Updated] (SYNAPSE-841) Adding support to header mediator to contain complex XML

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

Ishan Jayawardena updated SYNAPSE-841:
--------------------------------------

    Attachment: header_mediator.patch

This patch (header_mediator.patch) contains a fix for this issue together with a test case. Please review and apply it.
                
> Adding support to header mediator to contain complex XML
> --------------------------------------------------------
>
>                 Key: SYNAPSE-841
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-841
>             Project: Synapse
>          Issue Type: Wish
>          Components: Core
>            Reporter: Ishan Jayawardena
>            Priority: Trivial
>         Attachments: header_mediator.patch
>
>
> Currently the header mediator only supports simple valued headers. Therefore it is desirable to add support to have XML structured headers such as the following by embedding the XML content within the <header> element itself.
> <header>
>     <m:complexHeader xmlns:m="http://org.synapse.example">
>         <property key="k1" value="v1" />
>         <property key="k2" value="v2" />
>     </m:complexHeader>
> </header>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org