[Bug 59957] New: Touch online game launcher redirects to incorrect URL upon logging in
http://bugs.winehq.org/show_bug.cgi?id=59957 Bug ID: 59957 Summary: Touch online game launcher redirects to incorrect URL upon logging in Product: Wine Version: 11.12 Hardware: x86-64 URL: https://d3dpfszsi3fome.cloudfront.net/patch/weiduan_4g ames/SetupTouch_4gamesExpress_en.exe OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@list.winehq.org Reporter: arethusa26@gmail.com Distribution: --- Created attachment 81338 --> http://bugs.winehq.org/attachment.cgi?id=81338 Compressed +mshtml,+wininet trace When logging into the Touch online game through its launcher, the embedded web page in the launcher interface that should show a list of servers instead redirects to a 404 page. I suspect the issue is due to the launcher trying to navigate to a URL using a string that includes HTML entities, which is then passed verbatim to HttpOpenRequestW: 0128:trace:mshtml:HTMLLocation_put_href (0C570838)->(L"/common/webgameServerlist?redijsp=serverlistWeiduan36&clientId=36&cdn=10") 0128:trace:mshtml:outer_window_AddRef (08C1B4A0) ref=9 0128:trace:mshtml:navigate_uri L"http://www.4games.com/common/webgameServerlist?redijsp=serverlistWeiduan36&clientId=36&cdn=10" ... 0128:trace:wininet:HttpOpenRequestW (00000002, L"GET", L"/common/webgameServerlist?redijsp=serverlistWeiduan36&clientId=36&cdn=10", (null), (null), 0022F414, 00400000, 08c2cfe0) Presumably HTMLLocation_put_href should decode any present HTML entities in the href string rather than allowing them to appear in the actual HTTP request. -- 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.
participants (1)
-
WineHQ Bugzilla