[Bug 332847] New: firefox does not open local URLs containing spaces properly
https://bugzilla.novell.com/show_bug.cgi?id=332847 Summary: firefox does not open local URLs containing spaces properly Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Firefox AssignedTo: bnc-team-mozilla@forge.provo.novell.com ReportedBy: robert.simai@novell.com QAContact: qa@suse.de Found By: Novell Technical Services NTS Priority: 1000 Seen with MozillaFirefox 2.0.0.5 on openSUSE10.2, the problem also exists on SLED10SP1 and likely other products. The command firefox file:///file\ with\ spaces.html will try to open "file:///file" instead of "file:///file with spaces.html". The same happens when using e.g. Konqueror filebrowser to click and open a file with firefox. This is caused by missing quotes in the /usr/bin/firefox script when executing the binary and handing over the arguments from the shell. Please change the two $MOZ_PROGRAM $@ calls to $MOZ_PROGRAM "$@" at the end of the script to solve this problem. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=332847#c1 Wolfgang Rosenauer <wolfgang@rosenauer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfgang@rosenauer.org Status Whiteboard| |fixed_bs --- Comment #1 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2007-10-16 01:55:16 MST --- I'm not sure when that was resolved but it certainly is on openSUSE 10.3 and in the buildservice for older distributions. I'm not sure about the current Firefox update in 10.2. That looks like a duplicate of bug 230681 which is marked resolved but maybe the fix is not in security updates for older distributions? ------------------------------------------------------------------- Sat Dec 23 20:11:35 CET 2006 - wr@rosenauer.org - fix commandline handling (#230681) https://bugzilla.novell.com/show_bug.cgi?id=230681 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com