From: Jeff Trawick Date: Wed, 11 Jun 2014 19:30:01 +0000 (+0000) Subject: fix AP_IS_DEAULT_HANDLER_NAME X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee6fe510cba8fd4fd77f2741a923e78546b05e8;p=thirdparty%2Fapache%2Fhttpd.git fix AP_IS_DEAULT_HANDLER_NAME git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601995 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6aaf04dc1df..a75342a0ee4 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -433,7 +433,7 @@ * 20121222.13 (2.5.0-dev) Add ap_proxy_clear_connection() * 20121222.14 (2.5.0-dev) Add ap_map_http_request_error() * 20121222.15 (2.5.0-dev) Add allow/decode_encoded_slashes_set to core_dir_config - * 20121222.16 (2.5.0-dev) AP_DEFAULT_HANDLER_NAME/AP_IS_DEAULT_HANDLER_NAME + * 20121222.16 (2.5.0-dev) AP_DEFAULT_HANDLER_NAME/AP_IS_DEFAULT_HANDLER_NAME * 20130702.0 (2.5.0-dev) Remove pre_htaccess hook, add open_htaccess hook. * 20130702.1 (2.5.0-dev) Restore AUTH_HANDLED to mod_auth.h * 20130702.2 (2.5.0-dev) Add ap_log_data(), ap_log_rdata(), etc.