PCRE 10 and puzzling edge cases

2016-12-05 Thread William A Rowe Jr
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

[RELEASE CANDIDATE] libapreq2-2.14 RC

2016-12-05 Thread Issac Goldstand
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.

Segfault in mod_xml2enc.c with big5 charset

2016-12-05 Thread Ewald Dieterich
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

Re: Content-Length header for HTTP 204 and 1xx status codes

2016-12-05 Thread Yann Ylavic
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

Re: Content-Length header for HTTP 204 and 1xx status codes

2016-12-05 Thread Luca Toscano
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