[Bug 39789] New: Reusing xmlhttprequest doesn't clear previous headers

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 13 10:43:58 CST 2015


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

            Bug ID: 39789
           Summary: Reusing xmlhttprequest doesn't clear previous headers
           Product: Wine
           Version: 1.8-rc4
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: msxml3
          Assignee: wine-bugs at winehq.org
          Reporter: ocean04 at suomi24.fi
      Distribution: ---

Created attachment 53084
  --> https://bugs.winehq.org/attachment.cgi?id=53084
Test+source

1. Add header (for example SetRequestHeader('winetest', 'test')) and send.

2. Use same object to make other requests, but not setting this header.

-> "winetest" header is still included.

This was causing errors, server got headers it wasn't supposed to..

Just run attached sample, workaround winetricks msxml3

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