diff options
author | Graham Leggett <minfrin@apache.org> | 2023-04-25 19:35:08 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-04-25 19:35:08 +0200 |
commit | 3e638ff2836e836eba2613338c8102da8d62a976 (patch) | |
tree | f47c4cae0401ee49a6d2ae9a9c7d4154614484cb /CHANGES | |
parent | * Rephrase comment [skip ci] (diff) | |
download | apache2-3e638ff2836e836eba2613338c8102da8d62a976.tar.xz apache2-3e638ff2836e836eba2613338c8102da8d62a976.zip |
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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |