[1/8] urlmon: Fixed the scheme name parser to handle wildcard schemes

Thomas Mullaly thomas.mullaly at gmail.com
Wed Jul 21 23:55:48 CDT 2010


My previous implementation for the scheme name parser was unable to handle
URIs which have a literal wildcard scheme name in them.

Ex:
"*:www.winehq.org/" wasn't handled correctly with the previous
implementation.


Also, please ignore the patch set I sent earlier as this new
set supersedes the old one.

---
 dlls/urlmon/tests/uri.c |   84
+++++++++++++++++++++++++++++++++++++++++++++++
 dlls/urlmon/uri.c       |    8 ++++-
 2 files changed, 91 insertions(+), 1 deletions(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100722/321055d5/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-urlmon-Fixed-the-scheme-parser-so-it-can-handle-wild.patch
Type: text/x-patch
Size: 4593 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100722/321055d5/attachment-0001.bin>


More information about the wine-patches mailing list