HttpExternalService fails if message has no part
------------------------------------------------

                 Key: ODE-624
                 URL: https://issues.apache.org/jira/browse/ODE-624
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 1.3.2
            Reporter: Alexis Midon
            Assignee: Alexis Midon
             Fix For: 1.3.3


HttpExternalService throws an exception if the request message has no part. 
This can be workarounded by creating a dummy part.

The guilty is code is:

  Element authenticatePart = message == null ? null : 
DOMUtils.findChildByName(message, new QName(null, "WWW-Authenticate"));

If no parts exist, the message is null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to