[22980] in Source-Commits
packs/glue
daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Wed Oct 10 18:43:04 2007
Date: Wed, 10 Oct 2007 18:42:53 -0400
From: rbasch@MIT.EDU
Message-Id: <200710102242.l9AMgrQs028343@abulia.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/packs/glue
In directory abulia.mit.edu:/afs/dev.mit.edu/user/rbasch/src/athena-release/packs/glue
Modified Files:
htmlview.sh
Log Message:
Don't use sed to substitute the URL into the http url handler's
command string; that breaks on URLs containing ampersand, which is
a special character in a sed replacement string. Instead, mimic
what gnome-vfs does, by explicitly parsing the command string and
replacing a %s argument with the URL.