Bug 115231 - urls with comma problem
Summary: urls with comma problem
Status: RESOLVED WORKSFORME
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-27 22:58 UTC by Craig Hollabaugh
Modified: 2005-10-29 17:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Hollabaugh 2005-10-27 22:58:31 UTC
Version:           1.1.3 (using KDE KDE 3.4.2)
Installed from:    Debian testing/unstable Packages

Link urls that contain comma characters are incorrectly passed to external browser.
For example, foxnews.com, http://www.foxnews.com/xmlfeed/rss/0,4313,1,00.rss, link urls contain commas such as
 http://www.foxnews.com/story/0,2933,173649,00.html
Launching external browser this shows up in firefox as
 http://www.foxnews.com/story/0
My "For External Browsing" command is 
 firefox -remote 'openURL(%u,new-tab)'
Comment 1 Thiago Macieira 2005-10-27 23:49:41 UTC
Which command should we use with Firefox in order for it to start a new URL in a new tab?
Comment 2 Craig Hollabaugh 2005-10-28 00:01:13 UTC
firefox -remote 'openURL(%u,new-tab)' 
Comment 3 Thiago Macieira 2005-10-28 00:11:29 UTC
Isn't that the command that is already there and isn't working?
Comment 4 Craig Hollabaugh 2005-10-28 06:35:42 UTC
Oh, what should I change it to? I think that's the one that shows up when I hit 'defaults'.
Comment 5 Thiago Macieira 2005-10-28 12:03:46 UTC
No, I am asking you that. What should we change the command to? Which command works with commas? You are the Firefox user, not me.
Comment 6 Craig Hollabaugh 2005-10-28 17:33:37 UTC
akregator's "External Browsing Command" default command is

firefox -remote 'openURL(%u,new-tab)' 

This is not something I set, its the programs default setting.

The formatting for %u passes the comma character as ',' not %2C. Is there a formatting character where the url has comma characters encoded as %2C?
Comment 7 Thiago Macieira 2005-10-29 14:45:09 UTC
No, commas are never encoded and never will be.

I know that is the default setting and it reappears in other places in KDE. So, I ask of you: what should we change to? What firefox command can we use that is comma-safe? 

You are the Firefox user, not me.
Comment 8 Craig Hollabaugh 2005-10-29 17:26:10 UTC
This is a firefox openURL bug. I can't seem to quote the %u in any way to get this to work. Thanks for your help.