You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dataURLResponseLoader() implementation is missing the downloadErrorFlagResponseAnalyzer() predicate (nil is used as a stub). Adding the mentioned predicate solves the issue but some backward compatibility checks (code review) are required.
The text was updated successfully, but these errors were encountered:
Steps :
Attempt to download a file from the URL that returns "HTTP 400" error.
Actual result : "Bad request" string is returned in plain text
Expected result : A valid JHttpError is returned.
dataURLResponseLoader() implementation is missing the downloadErrorFlagResponseAnalyzer() predicate (nil is used as a stub). Adding the mentioned predicate solves the issue but some backward compatibility checks (code review) are required.
The text was updated successfully, but these errors were encountered: