Hi!<div>I added this test to testsuite and resubmitted patch.</div><div><br></div><div>Maciej<br><br><div class="gmail_quote">2010/3/16 Paul Vriens <span dir="ltr">&lt;<a href="mailto:paul.vriens.wine@gmail.com">paul.vriens.wine@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 03/15/2010 10:56 PM, Maciej Borsz wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Fix of invalid behaviour of WinHttpCrackUrl when in url is &#39;@&#39;.<br>
<br>
For example:<br>
WinHttpCrackUrl(L&quot;<a href="http://example.net/path?var1=example@example.com&amp;var2=x&amp;var3=y" target="_blank">http://example.net/path?var1=example@example.com&amp;var2=x&amp;var3=y</a><br>
&lt;<a href="http://example.net/path?var1=example@example.com&amp;var2=x&amp;var3=y" target="_blank">http://example.net/path?var1=example@example.com&amp;var2=x&amp;var3=y</a>&gt;&quot;, NULL,<br>
NULL, sth)<br>
<br>
returned:<br></div>
scheme(L&quot;http&quot;) host(L&quot;<a href="http://example.com" target="_blank">example.com</a> &lt;<a href="http://example.com" target="_blank">http://example.com</a>&gt;&amp;var2=x&amp;var3=y&quot;)<div class="im"><br>


port(80) path(L&quot;&quot;) extra(L&quot;&quot;)<br>
<br>
instead of:<br></div>
scheme(L&quot;http&quot;) host(L&quot;<a href="http://example.net" target="_blank">example.net</a> &lt;<a href="http://example.net" target="_blank">http://example.net</a>&gt;&quot;) port(80)<div class="im"><br>
path(L&quot;/path/&quot;) extra(L&quot;?var1=<a href="mailto:example@example.com" target="_blank">example@example.com</a><br></div>
&lt;mailto:<a href="mailto:example@example.com" target="_blank">example@example.com</a>&gt;&amp;var2=x&amp;var3=y&quot;)<br>
<br>
</blockquote>
<br>
Hi Maciej,<br>
<br>
Could you add a test for this to our testsuite?<br>
<br>
You could use winetestbot (<a href="https://winetestbot.geldorp.nl/index.pl" target="_blank">https://winetestbot.geldorp.nl/index.pl</a>) to verify the behavior on several Windows flavors if needed.<br>
<br>
-- <br>
Cheers,<br><font color="#888888">
<br>
Paul.<br>
</font></blockquote></div><br></div>