On Thu, 27 Jun 2013 07:13:09 +0200 Rainer Jung <[email protected]> wrote:
> > Modified: httpd/httpd/branches/2.2.x/modules/dav/main/mod_dav.c > > URL: > > http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/dav/main/mod_dav.c?rev=1497101&r1=1497100&r2=1497101&view=diff > > + if (conf->provider == NULL) { > > + return dav_new_error(r->pool, HTTP_METHOD_NOT_ALLOWED, 0, > > 0, > > + apr_psprintf(r->pool, > > + "DAV not enabled for %s", > > + ap_escape_html(r->pool, > > r->uri))); > > + } > > This hunk doesn't compile :( Aught to have distrusted svn merge to just 'do the right thing' :) > I fixed it in r1497212 instead of reverting, because the fix is > obvious and trivial. Hope that's OK as a CTR exception. I think so - but here's a +1 to your fix commit if anyone is counting.
