There are two problems I see with make_allow() right now.  First, it's
using method_registry; if ap_method_register() has never been called
[probably meaning you aren't running DAV], then make_allow() will segfault
as Brian pointed out.  ap_method_registry_init() needs to be called
unconditionally from somewhere.  I haven't figured out where that is yet.
Second, the Allow: header is now separated by "," instead of ", " --
RFC2616 doesn't seem to specify whether that's valid or not, but we should
probably keep the old behavior.  Unfortunately apr_array_pstrcat (called
from line 1123 of http_protocol.c) only accepts a single character, not a
string, as the delimiter.  Ideas?

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to