You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2009/08/19 17:57:15 UTC

[jira] Updated: (ODE-624) HttpExternalService fails if message has no part

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

Alex Boisvert updated ODE-624:
------------------------------

    Fix Version/s:     (was: 1.3.3)
                   1.3.4

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