Re: svn commit: r1653941 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_alias.xml modules/mappers/mod_alias.c

2015-01-22 Thread Graham Leggett
On 22 Jan 2015, at 7:54 PM, Mike Rumph wrote: > It might be preferred to use unsigned int for bit fields as is used in > mod_proxy.h. > IIRC there have been past discussions on problems resulting from signed bit > fields. Updated in r1653978. Regards, Graham —

Re: svn commit: r1653941 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_alias.xml modules/mappers/mod_alias.c

2015-01-22 Thread Mike Rumph
On 1/22/2015 9:02 AM, minf...@apache.org wrote: == --- httpd/httpd/trunk/modules/mappers/mod_alias.c (original) +++ httpd/httpd/trunk/modules/mappers/mod_alias.c Thu Jan 22 17:02:22 2015 @@ -34,6 +34,7 @@ #include "htt