This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 1dc48a3e93 Fix Javadoc
1dc48a3e93 is described below
commit 1dc48a3e93f56fb7e88041ee2fae6a835a0fc52d
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 28 15:20:34 2025 +0000
Fix Javadoc
---
java/org/apache/catalina/authenticator/SingleSignOn.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/catalina/authenticator/SingleSignOn.java
b/java/org/apache/catalina/authenticator/SingleSignOn.java
index 66573b45bc..4817e49d1b 100644
--- a/java/org/apache/catalina/authenticator/SingleSignOn.java
+++ b/java/org/apache/catalina/authenticator/SingleSignOn.java
@@ -76,6 +76,7 @@ import org.apache.tomcat.util.res.StringManager;
* connection, request them from the user agent.</li>
* <li>SPNEGO - call the realm using the plain text user name and password
cached by the SSO Valve if available. If not
* cached, request authentication credentials from the user agent.</li>
+ * </ul>
* Note that this means that enabling reauthentication only makes sense if
there are two or more web applications in the
* Host that use BASIC, FORM or SPNEGO. If that is not the case, the SSO Valve
will just add processing overhead.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]