From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWUlo-0005YO-69 for qemu-devel@nongnu.org; Fri, 13 Mar 2015 14:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWUlk-0001C4-6O for qemu-devel@nongnu.org; Fri, 13 Mar 2015 14:57:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWUlj-0001Bx-VD for qemu-devel@nongnu.org; Fri, 13 Mar 2015 14:57:12 -0400 Message-ID: <55033304.7060608@redhat.com> Date: Fri, 13 Mar 2015 14:57:08 -0400 From: John Snow MIME-Version: 1.0 References: <1426268589-14756-1-git-send-email-armbru@redhat.com> <55032373.96148c0a.3f3c.ffffa66c@mx.google.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc: Fix QMP change not to use funky error class List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Fam Zheng Cc: QEMU Developers On 03/13/2015 01:56 PM, Peter Maydell wrote: > On 13 March 2015 at 17:50, Patchew Tool wrote: >> >> This series passed Patchew automatic testing, but there are some warnings. >> >> Find the log fragments below, or open the following URL to see the full log: >> >> http://qemu.patchew.org/testing/log/<1426268589-14756-1-git-send-email-armbru@redhat.com> > > It would be nice to encode special characters like '<' and '>' in these > URLs in emails, because otherwise mail clients are less likely > to treat the whole string as a single URL. (GMail for instance > assumes the URL stops at '<'). > > If you use URLs like: > http://qemu.patchew.org/testing/log/%3C1426268589-14756-1-git-send-email-armbru@redhat.com%3E > > then they work exactly the same only without confusing clients > that auto-hyper-link text. > > thanks > -- PMM > I've got some patches that fix this for the web interface (since <> are invalid URL characters), I'll copy this over into the email bits, too. Thanks, --js