I've written the following patch to trunk to allow us to configure, compile
and link against PCRE2 (10.x). The autoconf in particular is streamlined
for cross-compilation detection, while retaining the ability to override
the path to (and name of) pcre[2]-config.
It isn't in a commit-ready state d
After (almost) 6 years, the apreq team would like to release version
2.14 of libapreq. Please test and vote on the following tarball:
https://home.apache.org/~issac/libapreq2-2.14.tar.gz
https://home.apache.org/~issac/libapreq2-2.14.tar.gz.asc
https://home.apache.org/~issac/libapreq2-2.14.tar.gz.
I have a segfault in mod_xml2enc.c, xml2enc_ffunc() when processing a
page with big5 charset.
The crash happens in line 472 because ctx->convset is NULL:
rv = apr_xlate_conv_buffer(ctx->convset, buf+(bytes - insz),
&insz, ctx->buf, &ctx->bytes);
The sequence leading
Hi Luca,
sorry for the delay (overwhelmed these times)...
On Mon, Dec 5, 2016 at 1:21 PM, Luca Toscano wrote:
>
>
> 2016-11-30 18:46 GMT+01:00 Luca Toscano :
>>
>> Hi everybody,
>>
>> while working on https://bz.apache.org/bugzilla/show_bug.cgi?id=51350 a
>> user asked why httpd send the "Conten
2016-11-30 18:46 GMT+01:00 Luca Toscano :
> Hi everybody,
>
> while working on https://bz.apache.org/bugzilla/show_bug.cgi?id=51350 a
> user asked why httpd send the "Content-Length: 0" header for HTTP 204
> responses given the following statement in the RFC:
>
> https://tools.ietf.org/html/rfc723