|
From: <no...@so...> - 2002-11-01 11:30:21
|
Bugs item #630866, was opened at 2002-10-30 03:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=630866&group_id=65029 Category: None Group: None Status: Open Resolution: Fixed Priority: 5 Submitted By: Michael Lever (leverm) >Assigned to: Ross Gardler (rgardler) Summary: Windows Error message when parsing file Initial Comment: Problem with shortcut : Unable to open '/C:/ARS v BLA.htm'. I believe thsi is due to the initial '/' and suspect that if this can be removed the page will load correctly. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-01 11:30 Message: Logged In: YES user_id=88713 I can only see three possabilities for this to be the case: 1. This is one of the things MS have deliberatly broken Java with since the URL I am creating is a perfectly valid one, in which case I need to find a workaround 2. You have not updated your copies from CVS properly. Check that the file src/java/org/fanfoot/gui/ControlCentre.java is version 1.7 3. You have missed a subtle difference in the error message being given by windows. Please verify that it is *exactly* the same as that in your original report. Can you also look through the output in your dos window for a line that says "instruct native browser to display ..." and tell me what that says. Thanks. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-01 06:51 Message: Logged In: YES user_id=631335 There is no discernible difference in the parsing of a file with the change that has been made. The sae error occurs, but the file is still parsed and the file is not opened in the default browser. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-10-31 21:11 Message: Logged In: YES user_id=88713 I have checked in what I believe will be a fix for this, pleae test it and either report failur here or close this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=630866&group_id=65029 |