Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-624

HttpExternalService fails if message has no part

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.2
    • Wishlist
    • Axis2 Integration
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            alexismidon Alexis Midon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: