Re: svn commit: r1897156 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number docs/manual/mod/core.xml modules/dav/main/mod_dav.c server/core.c

2022-01-18 Thread Ruediger Pluem
On 1/17/22 5:10 PM, minf...@apache.org wrote: > Author: minfrin > Date: Mon Jan 17 16:10:51 2022 > New Revision: 1897156 > > URL: http://svn.apache.org/viewvc?rev=1897156=rev > Log: > core: Allow an optional expression to be specified for an effective > path in the DirectoryMatch and

Re: svn commit: r1897156 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number docs/manual/mod/core.xml modules/dav/main/mod_dav.c server/core.c

2022-01-18 Thread Yann Ylavic
On Mon, Jan 17, 2022 at 5:10 PM wrote: > > Modified: httpd/httpd/trunk/modules/dav/main/mod_dav.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/dav/main/mod_dav.c?rev=1897156=1897155=1897156=diff > == >

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

2022-01-18 Thread William A Rowe Jr
On Tue, Jan 18, 2022 at 2:20 PM Ruediger Pluem wrote: > > On 1/18/22 8:54 PM, Yann Ylavic wrote: > > On Tue, Jan 18, 2022 at 7:48 PM William A Rowe Jr > > wrote: > >> > >> Hi Joe, Yann and company, > >> > >> please consider this, we will not build against PCRE2 without pcre2-config > >>

Re: httpd test framework svn repo borked?

2022-01-18 Thread Johan Corveleyn
On Sat, Jan 15, 2022 at 12:56 AM William A Rowe Jr wrote: > > On Fri, Jan 14, 2022 at 4:08 AM Stefan Sperling wrote: > > > > On Thu, Jan 13, 2022 at 07:17:27PM -0600, William A Rowe Jr wrote: > > > Thanks Stefan, it's attempting [locally] to replace a file, which was > > > just created during

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

2022-01-18 Thread Ruediger Pluem
On 1/18/22 8:54 PM, Yann Ylavic wrote: > On Tue, Jan 18, 2022 at 7:48 PM William A Rowe Jr wrote: >> >> Hi Joe, Yann and company, >> >> please consider this, we will not build against PCRE2 without pcre2-config >> installed from a pcre2-dev package. We find PCRE1 with pcre-config and link >>

Re: [Regression in httpd 2.4.52] mod_dav: Potentially unbounded memory usage in PROPFIND with dav_get_props() and dav_propfind_walker()

2022-01-18 Thread Ruediger Pluem
On 1/18/22 2:58 PM, Evgeny Kotkov wrote: > Ruediger Pluem writes: > >> Can you please check if the below patch fixes your issue? > > I have to say that the reason and the original intention of using > resource->pool's userdata here are still somewhat unclear to me. An application seems to

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

2022-01-18 Thread Yann Ylavic
On Tue, Jan 18, 2022 at 7:48 PM William A Rowe Jr wrote: > > Hi Joe, Yann and company, > > please consider this, we will not build against PCRE2 without pcre2-config > installed from a pcre2-dev package. We find PCRE1 with pcre-config and link > to it, no hassle. My concern is about the defaut,

Re: svn commit: r1897156 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number docs/manual/mod/core.xml modules/dav/main/mod_dav.c server/core.c

2022-01-18 Thread Graham Leggett
On 18 Jan 2022, at 12:31, Ruediger Pluem wrote: > Not sure I get the intention correct, but this looks like a change to core > for a mod_dav specific short coming. It's not specific to mod_dav, no. I created a patch ages ago for mod_dav_svn that depended on this patch and this got buried

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

2022-01-18 Thread William A Rowe Jr
On Mon, Jan 17, 2022 at 6:38 PM Yann Ylavic wrote: > > On Mon, Jan 17, 2022 at 4:05 PM Joe Orton wrote: > > > > For 2.4.x I would argue it's better to keep a preference for 8.x over > > 10.x so that users aren't switched from one to the other across an > > upgrade - with some new performance

Re: [Regression in httpd 2.4.52] mod_dav: Potentially unbounded memory usage in PROPFIND with dav_get_props() and dav_propfind_walker()

2022-01-18 Thread Evgeny Kotkov
Ruediger Pluem writes: > Can you please check if the below patch fixes your issue? I have to say that the reason and the original intention of using resource->pool's userdata here are still somewhat unclear to me. But it does look like the patch performs the allocation only once per

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

2022-01-18 Thread Ruediger Pluem
On 1/17/22 8:35 PM, William A Rowe Jr wrote: > > > On Mon, Jan 17, 2022, 09:37 Ruediger Pluem > wrote: > > > > On 1/17/22 4:05 PM, Joe Orton wrote: > > On Sun, Jan 16, 2022 at 03:35:15PM -0600, William A Rowe Jr wrote: > >> 4 day ago, you all saw

Re: svn commit: r1897156 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number docs/manual/mod/core.xml modules/dav/main/mod_dav.c server/core.c

2022-01-18 Thread Ruediger Pluem
On 1/17/22 5:10 PM, minf...@apache.org wrote: > Author: minfrin > Date: Mon Jan 17 16:10:51 2022 > New Revision: 1897156 > > URL: http://svn.apache.org/viewvc?rev=1897156=rev > Log: > core: Allow an optional expression to be specified for an effective > path in the DirectoryMatch and

Re: svn commit: r1897156 - in /httpd/httpd/trunk: CHANGES docs/log-message-tags/next-number docs/manual/mod/core.xml modules/dav/main/mod_dav.c server/core.c

2022-01-18 Thread Joe Orton
On Mon, Jan 17, 2022 at 04:10:51PM -, minf...@apache.org wrote: > Author: minfrin > Date: Mon Jan 17 16:10:51 2022 > New Revision: 1897156 > > URL: http://svn.apache.org/viewvc?rev=1897156=rev > Log: > core: Allow an optional expression to be specified for an effective > path in the