Re: [EMAIL PROTECTED] ANN: mod_proxy_html 3.0-dev

2006-12-25 Thread Jens Schleusener
Hi, On Mon, 25 Dec 2006, Nick Kew wrote: > I've made a number of significant updates to mod_proxy_html, > and it's working fine for me in a range of tests. > I'd now like to invite testing and feedback from developers > and "bleeding edge" users. > > The major new features in mod_proxy_html 3.0

Re: svn commit: r490142 - /httpd/httpd/trunk/modules/mappers/mod_alias.c

2006-12-25 Thread Ruediger Pluem
On 12/25/2006 01:06 PM, wrote: > Author: niq > Date: Mon Dec 25 04:06:33 2006 > New Revision: 490142 > > URL: http://svn.apache.org/viewvc?view=rev&rev=490142 > Log: > PR#35314: Enable path components in Redirect > > Modified: > httpd/httpd/trunk/modules/mappers/mod_alias.c > > Modified:

Re: svn commit: r490142 - /httpd/httpd/trunk/modules/mappers/mod_alias.c

2006-12-25 Thread Nick Kew
On 25 Dec 2006, at 22:59, Ruediger Pluem wrote: -if (!use_regex && !ap_is_url(url)) +/* PR#35314: we can allow path components here; + * they get correctly resolved to full URLs. Where? A quick check shows that the resulting Location header has no scheme and host in

Re: svn commit: r462696 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_disk_cache.c modules/cache/mod_disk_cache.h

2006-12-25 Thread William A. Rowe, Jr.
Just so folks are aware why... >> > +APU_DECLARE_DATA const apr_bucket_type_t bucket_type_diskcache = { >> > +"DISKCACHE", 5, APR_BUCKET_DATA, >> > +diskcache_bucket_destroy, >> > +diskcache_bucket_read, >> > +diskcache_bucket_setaside, >> > +apr_bucket_shared_split, >> > +

Re: svn commit: r462696 - in /httpd/httpd/trunk: CHANGES modules/cache/mod_disk_cache.c modules/cache/mod_disk_cache.h

2006-12-25 Thread Justin Erenkrantz
On 12/25/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Just so folks are aware why... >> > +APU_DECLARE_DATA const apr_bucket_type_t bucket_type_diskcache = { >> > +"DISKCACHE", 5, APR_BUCKET_DATA, >> > +diskcache_bucket_destroy, >> > +diskcache_bucket_read, >> > +diskcache