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 ae4ee89 Update link to use Java 11
ae4ee89 is described below
commit ae4ee893f99f226fe5fdc8e933313e2e759d0733
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 28 21:32:27 2021 +0100
Update link to use Java 11
---
webapps/docs/config/http.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 6d178b2..2475a0a 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1410,8 +1410,8 @@
default is <code>TLS</code>. The permitted values may be obtained from
the
JVM documentation for the allowed values for algorithm when creating an
<code>SSLContext</code> instance e.g.
- <a
href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#SSLContext">
- Oracle Java 7</a>. Note: There is overlap between this attribute and
+ <a
href="https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#sslcontext-algorithms">
+ Oracle Java 11</a>. Note: There is overlap between this attribute and
<code>protocols</code>.</p>
</attribute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]