Real Name:<br>    Erich Hoover<br>Description:<br>    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.<br>

ChangeLog:<br>    urlmon: Fix MK protocol handling of escaped characters.<br>