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 66ec0d2a73 Fix Javadoc
66ec0d2a73 is described below
commit 66ec0d2a737066c5f0ff27aeed06d1428bd2f445
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 e28313f014..f91e782194 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]