wininet: Cut of the query string before searching for the filename in CreateUrlCacheE...
commit6e46e9048f03613c3c5e139a6f8641635e89b6d8
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 23 Sep 2010 09:48:05 +0000 (23 11:48 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Sep 2010 10:06:49 +0000 (23 12:06 +0200)
tree8efc730fef60f8346ecced2ab8933115bb230333
parent7782e8188795ddc4cbdb51d81e1d5aa7200f6a33
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().

Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.
dlls/wininet/urlcache.c