This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 7a04bdf  Improve docs for the protocol attribute of the JNDIRealm
7a04bdf is described below

commit 7a04bdf527cd68535e5757eda10501f96f0f8602
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 31 10:35:35 2022 +0000

    Improve docs for the protocol attribute of the JNDIRealm
---
 webapps/docs/changelog.xml    | 4 ++++
 webapps/docs/config/realm.xml | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a40544d..1860389 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -130,6 +130,10 @@
         avoid an issue with reproducible builds due to differences in file
         ordering across different operating systems with Ant's zip task. 
(markt)
       </scode>
+      <fix>
+        Better documentation for the <code>protocol</code> attribute of the
+        <code>JNDIRealm</code>. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="jdbc-pool">
diff --git a/webapps/docs/config/realm.xml b/webapps/docs/config/realm.xml
index 51f586d..6a84fa1 100644
--- a/webapps/docs/config/realm.xml
+++ b/webapps/docs/config/realm.xml
@@ -361,8 +361,8 @@
       </attribute>
 
       <attribute name="protocol" required="false">
-         <p>A string specifying the security protocol to use. If not given
-         the providers default is used.</p>
+         <p>A string specifying the TLS protocol to use. If not given, the
+         Java runtime's default is used.</p>
       </attribute>
 
       <attribute name="readTimeout" required="false">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to