You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Vijayaratha Vijayasingam (JIRA)" <ji...@apache.org> on 2012/07/11 22:56:34 UTC

[jira] [Updated] (SYNAPSE-882) Condition evaluator serializers adding an empty namespace when we serialize the condition

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

Vijayaratha Vijayasingam updated SYNAPSE-882:
---------------------------------------------

    Attachment:     (was: equalSerializerTest.patch)
    
> 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
>             Fix For: FUTURE
>
>         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: 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