From 66b5e4834b66fbaa7e0db8711e60375c0109b800 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 11 Jun 2014 19:30:01 +0000 Subject: [PATCH] fix AP_IS_DEAULT_HANDLER_NAME git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601995 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6aaf04dc1d..a75342a0ee 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. -- 2.50.1