Re: [POLL] Commitment to 2.2.x lifecycle? (Was: End of the road of 2.2.x maintenance?)

2016-05-26 Thread Rainer Jung
Am 25.05.2016 um 18:11 schrieb William A Rowe Jr: *) I intend to help maintain/test 2.2.x releases over the next [12] mos *) I intend to backport/review 2.2.x security patches over the next [18] mos Rainer

Re: [POLL] Commitment to 2.2.x lifecycle? (Was: End of the road of 2.2.x maintenance?)

2016-05-26 Thread Gregg Smith
On 5/25/2016 8:11 AM, William A Rowe Jr wrote: *) I intend to help maintain/test 2.2.x releases over the next [_6__] mos *) I intend to backport/review 2.2.x security patches over the next [_0__] mos

Re: Module Development - Advice Needed

2016-05-26 Thread William A Rowe Jr
On May 26, 2016 5:44 PM, "Van Ulden, Joost (NRCan/RNCan)" < joost.vanul...@canada.ca> wrote: > > We want to develop an httpd module, “mod_mapml” which will allow the admin to configure MapML responses over a map tile cache, using one or more URI templates as configuration parameters. A Java

Re: [POLL] Commitment to 2.2.x lifecycle? (Was: End of the road of 2.2.x maintenance?)

2016-05-26 Thread Eric Covener
On Wed, May 25, 2016 at 11:11 AM, William A Rowe Jr wrote: *) I intend to help maintain/test 2.2.x releases over the next [18] mos *) I intend to backport/review 2.2.x security patches over the next [18] mos

Re: [POLL] Commitment to 2.2.x lifecycle? (Was: End of the road of 2.2.x maintenance?)

2016-05-26 Thread Daniel Ruggeri
*) I intend to help maintain/test 2.2.x releases over the next [_12___] mos *) I intend to backport/review 2.2.x security patches over the next [_18___] mos -- Daniel Ruggeri

Module Development - Advice Needed

2016-05-26 Thread Van Ulden, Joost (NRCan/RNCan)
Hi all, I approached a couple of folks at ApacheCon in Vancouver about some work that I am involved with that would benefit from an httpd module. I am sending this message to the list to provide more information, and to seek advice on how we should proceed. We are developing a format we call

Re: svn commit: r1745582 - /httpd/httpd/branches/2.4.x/STATUS

2016-05-26 Thread William A Rowe Jr
On Thu, May 26, 2016 at 8:24 AM, William A Rowe Jr wrote: > > Excellent, but one big issue, namespace collision. >> >> [...] >> > would be the proper doxygen, to dissuade users from directly consuming > ap_ flavor. However we would not drop the ap_flavor until 2.6.x so that

Re: svn commit: r1745582 - /httpd/httpd/branches/2.4.x/STATUS

2016-05-26 Thread William A Rowe Jr
Premature ctrl+enter... sorry about that... +#if !APR_VERSION_AT_LEAST(1,6,0) > +/** > + * Known-fast version of strcasecmp(): ASCII case-folding, POSIX compliant > + * @param s1 The 1st string to compare > + * @param s2 The 2nd string to compare > + * @return 0 if s1 is lexicographically equal

Re: svn commit: r1745582 - /httpd/httpd/branches/2.4.x/STATUS

2016-05-26 Thread William A Rowe Jr
This will teach me to go back to pine... gui web clients... grrr... Final draft... On Thu, May 26, 2016 at 8:16 AM, William A Rowe Jr wrote: > Excellent, but one big issue, namespace collision. > > What about... > +#if !APR_VERSION_AT_LEAST(1,6,0) +/** + * Known-fast

Re: svn commit: r1745582 - /httpd/httpd/branches/2.4.x/STATUS

2016-05-26 Thread William A Rowe Jr
> > On Thu, May 26, 2016 at 3:52 AM, wrote: >> >>> Author: jailletc36 >>> Date: Thu May 26 08:52:09 2016 >>> New Revision: 1745582 >>> >>> URL: http://svn.apache.org/viewvc?rev=1745582=rev >>> Log: >>> Proposal >>> >>> Modified: >>> httpd/httpd/branches/2.4.x/STATUS >>>

Re: svn commit: r1745582 - /httpd/httpd/branches/2.4.x/STATUS

2016-05-26 Thread William A Rowe Jr
Excellent, but one big issue, namespace collision. What about... +#if !APR_VERSION_AT_LEAST(1,6,0) +/** + * Known-fast version of strcasecmp(): ASCII case-folding, POSIX compliant + * @param s1 The 1st string to compare + * @param s2 The 2nd string to compare + * @return 0 if s1 is