From fe00cab209e83fa10fc3687996e1a3c335b99468 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 24 Jun 2018 20:16:17 +0000 Subject: [PATCH] This is not part of 2.4.x yet. Add a reference to 2.5 for regex within AuthName and update the misleading 2.4.x reference in AuthType git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834267 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_authn_core.xml b/docs/manual/mod/mod_authn_core.xml index 241ef3da2a8..95543703ed0 100644 --- a/docs/manual/mod/mod_authn_core.xml +++ b/docs/manual/mod/mod_authn_core.xml @@ -142,7 +142,7 @@ authentication

The string provided for the AuthName is what will appear in the password dialog provided by most browsers.

-

The expression syntax can be +

From 2.5.0, expression syntax can be used inside the directive to produce the name dynamically.

For example:

@@ -205,7 +205,7 @@ authentication </Directory> -

From 2.4.13, expression syntax can be +

From 2.5.0, expression syntax can be used inside the directive to specify the type dynamically.

When disabling authentication, note that clients which have -- 2.47.3