Re: svn commit: r1856493 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/cache_util.h

2019-03-28 Thread Yann Ylavic
On Thu, Mar 28, 2019 at 11:40 PM Yann Ylavic wrote: > > On Thu, Mar 28, 2019 at 10:30 PM Ruediger Pluem wrote: > > > > > > > > On 03/28/2019 10:27 PM, Yann Ylavic wrote: > > > On Thu, Mar 28, 2019 at 10:24 PM Ruediger Pluem wrote: > > >> > > >> On 03/28/2019 05:39 PM, yla...@apache.org wrote: >

Re: svn commit: r1856493 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/cache_util.h

2019-03-28 Thread Yann Ylavic
On Thu, Mar 28, 2019 at 10:30 PM Ruediger Pluem wrote: > > > > On 03/28/2019 10:27 PM, Yann Ylavic wrote: > > On Thu, Mar 28, 2019 at 10:24 PM Ruediger Pluem wrote: > >> > >> On 03/28/2019 05:39 PM, yla...@apache.org wrote: > >>> > >>> +for (wpos = str; *str; ++str) { > >>> if

Re: svn commit: r1856493 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/cache_util.h

2019-03-28 Thread Ruediger Pluem
On 03/28/2019 10:27 PM, Yann Ylavic wrote: > On Thu, Mar 28, 2019 at 10:24 PM Ruediger Pluem wrote: >> >> On 03/28/2019 05:39 PM, yla...@apache.org wrote: >>> >>> +for (wpos = str; *str; ++str) { >>> if (!quoted) { >>> -if (**last == '\"' && !ap_strchr_c(sep, '\"')) {

Re: svn commit: r1856493 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/cache_util.h

2019-03-28 Thread Yann Ylavic
On Thu, Mar 28, 2019 at 10:24 PM Ruediger Pluem wrote: > > On 03/28/2019 05:39 PM, yla...@apache.org wrote: > > > > +for (wpos = str; *str; ++str) { > > if (!quoted) { > > -if (**last == '\"' && !ap_strchr_c(sep, '\"')) { > > +if (*str == '"') { > > Question:

Re: svn commit: r1856493 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/cache_util.h

2019-03-28 Thread Ruediger Pluem
On 03/28/2019 10:24 PM, Ruediger Pluem wrote: > > > On 03/28/2019 05:39 PM, yla...@apache.org wrote: >> Author: ylavic >> Date: Thu Mar 28 16:39:39 2019 >> New Revision: 1856493 >> >> URL: http://svn.apache.org/viewvc?rev=1856493=rev >> Log: >> mod_cache: Fix parsing of quoted Cache-Control

Re: svn commit: r1856493 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/cache_util.h

2019-03-28 Thread Ruediger Pluem
On 03/28/2019 05:39 PM, yla...@apache.org wrote: > Author: ylavic > Date: Thu Mar 28 16:39:39 2019 > New Revision: 1856493 > > URL: http://svn.apache.org/viewvc?rev=1856493=rev > Log: > mod_cache: Fix parsing of quoted Cache-Control token arguments. PR 63288. > > Make cache_strqtok() return