[Bug 12570] AutoCAD 2008 Register Today window contents not displayed

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 18 09:43:38 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12570





--- Comment #42 from Louis Lenders <xerox_xerox2000 at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list