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

Hiranya Jayathilaka updated SYNAPSE-882:
----------------------------------------

    Fix Version/s:     (was: FUTURE)
                   3.0
    
> Condition evaluator serializers adding an empty namespace when we serialize 
> the condition
> -----------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-882
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-882
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>            Assignee: Hiranya Jayathilaka
>             Fix For: 3.0
>
>         Attachments: evaluatorSerializerPatch.patch, 
> mediatorSerializerTest.patch
>
>
> When we add a condition to the urlrewrite mediator,, an empty namespace is 
> added to the <and> tag automatically. 
> eg: <condition>
>     <and xmlns="">
>         <equal type="url" source="host" value="localhost"/>
>         <not>
>             <equal type="url" source="protocol" value="https"/>
>         </not>
>     </and>
> </condition> 
> Added a patch for preventing the rule serilaizers to add an empty namespace 
> when serializing the condition.
> Please review and commit
> .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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