Details
Description
Method org.apache.axiom.om.impl.common.serializer.pull.Navigator#loadNamespaces getting stuck in while-true loop when document has multiple redundant namespace declarations like this one
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="ns://example"> <soapenv:Header/> <soapenv:Body> <m:exampleRequest xmlns:m="ns://example"> <id>1</id> </m:exampleRequest> </soapenv:Body> </soapenv:Envelope>