Bug 40835

Summary: /usr/bin/mozilla can not handle comas in URLs
Product: [Retired] Red Hat Linux Reporter: Aleksey Nogin <aleksey>
Component: mozillaAssignee: Christopher Blizzard <blizzard>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-09 22:02:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aleksey Nogin 2001-05-16 06:36:31 UTC
/usr/bin/mozilla would not work if called with a URL argument that contains
comas - mozilla-bin considers coma to be an argument separater in -remote
"openurl($URL)", not part of the URL.

My solution to this problem is replacing all comas in the URL with %2C.

P.S. Is this the right place for /usr/bin/mozilla bugs? Or now that
mozilla.org buuilds nightly (actually, more line weekly) RPMs, they belong
to bugzilla.mozilla.org?

Comment 1 Christopher Blizzard 2001-06-09 22:02:50 UTC
Hang on, is it a problem with the command line parsing in mozilla or is it the
shell script itself that has the problem?  What is an example url on the command
line that shows the problem?

Comment 2 Aleksey Nogin 2001-06-09 22:15:17 UTC
Possibly the interaction of the two. However, I no longer seem to be able to
reproduce it with recent builds