This does not jive with my observations: I have mine set to invoke the following perl script: #!/usr/bin/perl open MOZ,">>/tmp/mozilla.log"; print MOZ join(" ",@ARGV),"\n"; exec "/usr/bin/mozilla-snapshot", @ARGV; *EVERY* entry written out to /tmp/mozilla.log stops after the FIRST argument of a parameterized URL. Example: http://www.foobar.org/cgi-bin/foo.cgi?arg1=One&arg2=Two Yields: http://www.foobar.org/cgi-bin/foo.cgi?arg1=One On Sunday 09 November 2003 15:54, Waldo Bastian wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu November 06 2003 15:18, David Corbin wrote: > > On related note, should it be: > > > > mozilla %u > > > > or > > > > mozilla '%u' to prevent shell interpretation of URL arguments? > > KDE automatically adds shell quotes when needed, so both of the above will > work safely. > > Cheers, > Waldo > - -- > bastian@xxxxxxx -=|[ SUSE, The Linux Desktop Experts ]|=- bastian@xxxxxxxx > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE/rqmPN4pvrENfboIRAnLcAKCEFTdw5OhMsSBo5PZlwWJ0p8awsQCeJsww > B1Lrxf33ZEoWZx1U92oZ3GI= > =ukxE > -----END PGP SIGNATURE----- > ___________________________________________________ > . > Account management: https://mail.kde.org/mailman/listinfo/kde. > Archives: http://lists.kde.org/. > More info: http://www.kde.org/faq.html. -- David Corbin <dcorbin@xxxxxxxxxxxxxx> ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.