Vijayaratha Vijayasingam created SYNAPSE-882:
------------------------------------------------

             Summary: 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

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to