This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new da7d3b1 Improve docs for the protocol attribute of the JNDIRealm
da7d3b1 is described below
commit da7d3b12be19df0408bc22dd0f2b7d507f432921
Author: Mark Thomas <[email protected]>
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 6684bf9..c410c98 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 76e00ef..78b4c20 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: [email protected]
For additional commands, e-mail: [email protected]