You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rick van der Zwet <in...@rickvanderzwet.nl> on 2009/05/07 13:22:52 UTC

[PATCH] mod_mbox id escaping

When a ampersand '&' is included into the message header, it is not
escaped properly causing an XML validation error.

It currently using URI_ESCAPE_OR_BLANK, but I Message-Id is not of URI
type, actually  ESCAPE_OR_BLANK needs to be used.

/Rick
-- 
http://rickvanderzwet.nl

Re: [PATCH] mod_mbox id escaping

Posted by Deputy Director General <dy...@myanmar.com.mm>.
Please stop your sending email to me.
Thank you.



----- Original Message ----- 
From: "Paul Querna" <pa...@querna.org>
To: <de...@httpd.apache.org>
Sent: Thursday, May 07, 2009 11:14 PM
Subject: Re: [PATCH] mod_mbox id escaping


> On Thu, May 7, 2009 at 4:22 AM, Rick van der Zwet
> <in...@rickvanderzwet.nl> wrote:
>> When a ampersand '&' is included into the message header, it is not
>> escaped properly causing an XML validation error.
>>
>> It currently using URI_ESCAPE_OR_BLANK, but I Message-Id is not of URI
>> type, actually ESCAPE_OR_BLANK needs to be used.
>>
> 
> Thanks, committed to trunk in r772700.
> 
>


Re: [PATCH] mod_mbox id escaping

Posted by Paul Querna <pa...@querna.org>.
On Thu, May 7, 2009 at 4:22 AM, Rick van der Zwet
<in...@rickvanderzwet.nl> wrote:
> When a ampersand '&' is included into the message header, it is not
> escaped properly causing an XML validation error.
>
> It currently using URI_ESCAPE_OR_BLANK, but I Message-Id is not of URI
> type, actually  ESCAPE_OR_BLANK needs to be used.
>

Thanks, committed to trunk in r772700.