NPE Generated whenever a soap message is received that contains a namespace 
prefix but no namespace uri.
--------------------------------------------------------------------------------------------------------

                 Key: SMXCOMP-910
                 URL: https://issues.apache.org/jira/browse/SMXCOMP-910
             Project: ServiceMix Components
          Issue Type: Bug
          Components: servicemix-cxf-bc
            Reporter: Freeman Fang
            Assignee: Freeman Fang


if the incoming message like
<?xml version="1.0" encoding="UTF-8"?><soap:Body 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<test xmlns="http://test";>
<child xmlns="" xmlns:q1="*">q1:</child>
</test>
</soap:Body> 
can cause NPE

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

        

Reply via email to