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

Maciej Borsz maciejborsz at gmail.com
Tue Mar 16 14:04:44 CDT 2010


Hi!
I added this test to testsuite and resubmitted patch.

Maciej

2010/3/16 Paul Vriens <paul.vriens.wine at gmail.com>

> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20100316/859a5f56/attachment.htm>


More information about the wine-devel mailing list