summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-04-25 17:35:08 +0000
committerGraham Leggett <minfrin@apache.org>2023-04-25 17:35:08 +0000
commit3e638ff2836e836eba2613338c8102da8d62a976 (patch)
treef47c4cae0401ee49a6d2ae9a9c7d4154614484cb /CHANGES
parent34c58325ec7ad12144dba23c38832b19cbf2850f (diff)
downloadhttpd-3e638ff2836e836eba2613338c8102da8d62a976.tar.gz
core: Add the token_checker hook, that allows authentication to take
place using mechanisms other than username/password, such as bearer tokens. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5776d4a06f..4f76f323a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Add the token_checker hook, that allows authentication to take
+ place using mechanisms other than username/password, such as bearer
+ tokens. [Graham Leggett]
+
*) mod_alias: When an alias is declared inside a Location, make sure
the balance of the URL is preserved to match the alias declared
outside a location. Fixes an error where all requests are mapped