http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #42 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-18 09:43:38 --- Created an attachment (id=15473) --> (http://bugs.winehq.org/attachment.cgi?id=15473) simple test
For Autocad 2004 the problem seems exposed by attached test, after looking at a +shell trace:
The test passes fine with native shlwapi, but fails in curremt git:
url.c:466: Test failed: UrlCanonicalizeA dwFlags 0x00010000 url 'file:///C:/Program%20Files/AutoCAD%202004/Webdepot/RTBuyInformation.html?p=C%3A%5Cwindows%5Ctemp%5C%7ERT5ddf.tmp%5C' Expected "file://C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html", but got "file://C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html?p=C:\windows\temp~RT5ddf.tmp", index 37
So to summarize: the string
file:///C:/Program%20Files/AutoCAD%202004/Webdepot/RTBuyInformation.html?p=C%3A%5Cwindows%5Ctemp%5C%7ERT5ddf.tmp%5C
should be converted to
file://C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html
And that fails in current wine. If you open C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html with firefox, you see it's exactly the page that should be dislplayed