[27128] in Athena Bugs
Re: htmlview breaks on urls with '&'
daemon@ATHENA.MIT.EDU (Robert Basch)
Wed Oct 10 18:51:41 2007
In-Reply-To: <w6mhcl9i9vc.fsf@horobi.mit.edu>
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <D4D46D24-5F66-4C7E-8BF9-432027513EF9@mit.edu>
Content-Transfer-Encoding: 7bit
From: Robert Basch <rbasch@mit.edu>
Date: Wed, 10 Oct 2007 18:51:27 -0400
To: Jacob Morzinski <jmorzins@mit.edu>
X-Spam-Flag: NO
X-Spam-Score: 0.00
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
Hi.
Thanks for your bug report, and diagnosis of the bug. I have
checked in a patch which fixes the problem. This does not use
your suggested fix of using printf, as it is not really correct to
treat the command string as a printf format string. Instead,
the code will now mimic what the GNOME library does, by parsing
the command string, and replacing a %s argument with the URL.
Thanks,
Bob