[25799] in Athena Bugs
Re: sun4 9.3.8: mozilla
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Jul 13 13:17:22 2004
Date: Tue, 13 Jul 2004 13:17:13 -0400
Message-Id: <200407131717.i6DHHDJo022792@anhedonia.mit.edu>
From: Robert A Basch <rbasch@mit.edu>
To: Richard L Garcia <rlgarcia@mit.edu>
In-reply-to: "[25798] in Athena Bugs"
cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
> mozilla -remote "openurl(http://calendar.mit.edu, new-window)" &
> Error: Failed to send command: 509 internal error
This appears to be a known bug, where the remote command is not parsed
correctly. (See http://bugzilla.mozilla.org/show_bug.cgi?id=242123 for
more info). The mozilla bug report indicates that a fix is available,
so I will work on getting that into the next patch release.
In the meantime, please note that a workaround is to omit the space between
the comma and "new-window", e.g.:
mozilla -remote "openurl(http://calendar.mit.edu,new-window)"
Thanks for reporting this bug.
Bob