[Bug 41372] New: IMoniker_BindToStorage should return INET_E_OBJECT_NOT_FOUND for HTTP 404 status code

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 20 11:06:13 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=41372

            Bug ID: 41372
           Summary: IMoniker_BindToStorage should return
                    INET_E_OBJECT_NOT_FOUND for HTTP 404 status code
           Product: Wine
           Version: 1.9.19
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: testcase
          Severity: normal
          Priority: P2
         Component: urlmon
          Assignee: wine-bugs at winehq.org
          Reporter: michael at fds-team.de
      Distribution: ---

Created attachment 55722
  --> https://bugs.winehq.org/attachment.cgi?id=55722
Testcase to show the problem

IMoniker_BindToStorage currently ignores the HTTP status code and streams the
data sent by the server. The correct way would be to treat a 404 response as
error and return INET_E_OBJECT_NOT_FOUND. I attached a test case to show the
problem. I guess this also applies to other HTTP status codes, since for
example INET_E_AUTHENTICATION_REQUIRED also doesn't seem to be used yet.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list