Bug 177344

Summary: URLs with commas not opened
Product: [Fedora] Fedora Reporter: Ilya Konstantinov <ilya.konstantinov>
Component: firefoxAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: sundaram, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-19 13:45:35 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:
Attachments:
Description Flags
Patch none

Description Ilya Konstantinov 2006-01-09 21:41:34 UTC
When Firefox is already running and XRemote is used to open the new URL, a URL
with a comma (,) will be passed to Firefox incorrectly. This is due to the
XRemote command parsing. The solution is probably to encode commas into the
relevant URL entities; same goes for spaces, which can also be mangled by XRemote.

My solution:
if [ "${USE_EXIST}" -eq "1" ] && [ "${ALREADY_RUNNING}" -eq "1" ]; then
  opt=`echo -n "$opt" | sed -e 's/,/%2c/g' -e 's/ /%20/g'`

Comment 1 Ilya Konstantinov 2006-01-16 23:33:53 UTC
Created attachment 123272 [details]
Patch

Attaching a patch to /usr/bin/firefox.

Comment 2 Ilya Konstantinov 2006-02-16 16:57:11 UTC
Christopher, are you or are you not merging in my patch?

Comment 3 Ilya Konstantinov 2006-04-19 13:45:35 UTC
This is fixed since 21 Feb 2006. Cristopher, if this is fixed in FC5 as well,
please change resolution to CURRENTRELEASE.