! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
urls with commas get cut off at the last comma
Status:
CLOSED: FIXED

Comments

Description Bj 2006-10-20 10:28:37 CEST
when i run
exo-open http://www.spiegel.de/politik/deutschland/0,1518,443714,00.html
it is not opened correctly in firefox. the url is cut off at the end so
http://www.spiegel.de/politik/deutschland/0,1518,443714
is opened.

however, when i try to open such an url from xchat (by using exo-open, since when i change the preferred browser to epiphany or sth else, it's recognized), these urls work.
when i run exo-open with the url from a terminal for example, it's cut off.
Comment 1 Benedikt Meurer editbugs 2006-10-28 11:41:56 CEST
This is because xchat properly escapes the URL. I.e.

 exo-open 'http://www.spiegel.de/politik/deutschland/0%2C1518%2C443714%2C00.html'

works.
Comment 2 Benedikt Meurer editbugs 2006-11-04 10:52:29 CET
*** Bug 2493 has been marked as a duplicate of this bug. ***
Comment 3 Benedikt Meurer editbugs 2006-11-04 11:50:22 CET
Fixed with revision 23633.

2006-11-04	Benedikt Meurer <benny@xfce.org>

	* exo/exo-url.c(exo_url_show_on_screen): Need to escape commata in
	  URLs passed to web browsers and mail readers, because some of them,
	  i.e. Firefox and Thunderbird, will otherwise strip offs the part
	  after the last comma. Bug #2454.

Comment 4 Nick Schermer editbugs 2009-08-07 14:40:32 CEST
This behaviour has changed, see bug #5654, so the patch has been reverted and we send the commas literally.

Bug #2454

Reported by:
Bj
Reported on: 2006-10-20
Last modified on: 2009-10-09
Duplicates (1):
  • 2493 URL with several commas are not correctly handled

People

Assignee:
Nick Schermer
CC List:
2 users

Version

Version:
0.3.1.9svn

Attachments

Additional information