Ticket Change Details
Not logged in
Overview

Artifact ID: 492ea3edebae958957bb7ebe167d63372ad6baec
Ticket: ea054d339d0fdc2c069c4c91ce2412948374256a
WS Client call returns empty error message on missing/wrong authentication
User & Date: oehhar 2015-06-02 13:13:37
Changes

  1. assigned_to changed to: "unassigned"
  2. comment changed to:
    ::WS::Client::DoCall returns an empty error message if the user authentication is missing/wrong.
    
    This issue is addressed in branch [client-http-error].
    
    The http package error message is returned.
    This is only available if http::status returns "error".
    In this case, http::status returned "ok", but http::ncode is 401 "Not authorized".
    
    The patch adds a generic routine to return an error message in all cases.
    
  3. foundin changed to: "trunk"
  4. private_contact changed to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. subsystem changed to: "Client_Side"
  8. title changed to:
    WS Client call returns empty error message on missing/wrong authentication
    
  9. type changed to: "Code_Defect"