! 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 !
exo-open converts commas ',' to %2C in URLs passed to Firefox
Status:
RESOLVED: FIXED

Comments

Description Adam Piatyszek 2009-08-06 20:20:19 CEST
Here is a self explanatory example of the problem:
  $ exo-open "http://wyborcza.pl/biznes/1,99154,6814199,Jak_nie_kupowac_funduszu_w_worku.html"

This gives the following link in the Firefox address bar:
  http://wyborcza.pl/biznes/1%2C99154%2C6814199%2CJak_nie_kupowac_funduszu_w_worku.html
which of course results in Error 404 (Page not found)

The expected behaviour is to not change commas ',' to %2C, but to pass them literally.

Thanks,
/Adam
Comment 1 Nick Schermer editbugs 2009-08-07 14:41:52 CEST
Mm behaviour has changed, see bug #2454. Seems to work fine without quoting in Firefox, Midori and Opera so reverted the patch.

Bug #5654

Reported by:
Adam Piatyszek
Reported on: 2009-08-06
Last modified on: 2009-10-09

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
0.3.100

Attachments

Additional information