From 26adab0bcb7cbc496fddd282b1520bec84ae19e1 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 28 Aug 2008 13:10:36 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@689807 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 42a076526..4bd755a66 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -302,7 +302,7 @@

If set to true, the authetication will be done in Tomcat. Otherwise, the authenticated principal will be propagated from the native - webaserver and used for authorization in Tomcat. + webserver and used for authorization in Tomcat. The default value is true.

-- 2.11.0