[PATCH 2/2] urlmon: Fix MK protocol handling of escaped characters.

Erich Hoover ehoover at mines.edu
Tue Jan 11 13:23:24 CST 2011


Real Name:
    Erich Hoover
Description:
    The commit 6c1f2e4f3f96c71a90fcabc000a8d0ce4883bd29 introduced a
regression that causes hhctrl.ocx to be unable to handle filenames
containing spaces.  The underlying source of this issue is that the filename
passed to the protocol now uses escaped URLs (such as representing spaces as
%20).  The attached patch updates the MK protocol to un-escape the filename
before passing it to IParseDisplayName (which expects un-escaped
filenames).  More details can be found at Bug #25463.
ChangeLog:
    urlmon: Fix MK protocol handling of escaped characters.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110111/1a6df5ee/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-urlmon-Fix-MK-protocol-handling-of-escaped-character.patch
Type: text/x-patch
Size: 2013 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110111/1a6df5ee/attachment.bin>


More information about the wine-patches mailing list