http://bugs.winehq.org/show_bug.cgi?id=26368
Summary: Parent relative paths not working in ITSS Moniker protocol Product: Wine Version: 1.3.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ilan@cogniview.com
Parent relative paths that use the mk:@MSITStore protocol don't seem to work correctly.
Test case: * Download the CHM from here: http://www.innovasys.com/products/ce/downloadexample.aspx * Place it in C:\ drive (~/.wine/drive_c) so now you have C:\RealWorld.chm * Open this URL in iexplore.exe: mk:@MSITStore:c:\RealWorld.chm::/Images/collapse.gif This loads an image correctly. * Now open this URL: mk:@MSITStore:c:\RealWorld.chm::/Images/../Images/collapse.gif This tries to access the chm file C:\Images\collapse.gif, and obviously fails.
Note that I used this specific CHM in the test case just because it is publicly available for download, but any CHM with a folder inside it would work for this test just the same.
Also note that a similar test in IE on Windows works as expected and loads the image using any of the URLs.
And lastly, note that if an HTML file inside the CHM refers to a relative path with "..", the same problem occurs. For example, if there is an IMG tag with SRC="../Images/whatever.gif" then you get the same problem.
I tested this on Ubuntu 10.10 with wine 1.3.14
http://bugs.winehq.org/show_bug.cgi?id=26368
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com 2011-03-10 07:50:14 CST --- Note: we have tests showing that IUri should behave as described in this case: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4454770cbcb8948b554549... so the problem is most likely in another layer.
http://bugs.winehq.org/show_bug.cgi?id=26368
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.innovasys.com/pr | |oducts/ce/downloadexample.a | |spx
http://bugs.winehq.org/show_bug.cgi?id=26368
--- Comment #2 from butraxz@gmail.com 2013-11-24 11:55:38 CST --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. If you are no longer able to put effort to this ticket, you can abandon it.
Is this still an issue with 1.7.7 or higher ?
https://bugs.winehq.org/show_bug.cgi?id=26368
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #3 from joaopa jeremielapuree@yahoo.fr --- Download link is burst: this one is working: https://web.archive.org/web/20111005042502if_/http://innovasys.com/products/...
I can not say if the bug with wine-5.16 is fixed because I don't know what it should happen...
https://bugs.winehq.org/show_bug.cgi?id=26368
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 9.8 or later?