winhttp/url.c: Fix of invalid behaviour of WinHttpCrackUrl

Paul Vriens paul.vriens.wine at gmail.com
Tue Mar 16 02:48:22 CDT 2010


On 03/15/2010 10:56 PM, Maciej Borsz wrote:
> Fix of invalid behaviour of WinHttpCrackUrl when in url is '@'.
>
> For example:
> WinHttpCrackUrl(L"http://example.net/[email protected]&var2=x&var3=y
> <http://example.net/[email protected]&var2=x&var3=y>", NULL,
> NULL, sth)
>
> returned:
> scheme(L"http") host(L"example.com <http://example.com>&var2=x&var3=y")
> port(80) path(L"") extra(L"")
>
> instead of:
> scheme(L"http") host(L"example.net <http://example.net>") port(80)
> path(L"/path/") extra(L"?var1=example at example.com
> <mailto:example at example.com>&var2=x&var3=y")
>

Hi Maciej,

Could you add a test for this to our testsuite?

You could use winetestbot (https://winetestbot.geldorp.nl/index.pl) to 
verify the behavior on several Windows flavors if needed.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list