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
commit 9ca1627c89fc38b7081343d335d1d03c35f43c6a Author: Mark Thomas <[email protected]> AuthorDate: Tue Nov 4 17:13:59 2025 +0000 Partial fix for BZ 69852 - correct documentation for {SSHA} https://bz.apache.org/bugzilla/show_bug.cgi?id=69852 --- webapps/docs/config/credentialhandler.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapps/docs/config/credentialhandler.xml b/webapps/docs/config/credentialhandler.xml index c7fe2718e4..5598f5fcaa 100644 --- a/webapps/docs/config/credentialhandler.xml +++ b/webapps/docs/config/credentialhandler.xml @@ -90,8 +90,9 @@ digest of the password</li> <li><strong>{SHA}encodedCredential</strong> - a Base64 encoded SHA1 digest of the password</li> - <li><strong>{SSHA}encodedCredential</strong> - 20 character salt followed - by the salted SHA1 digest Base64 encoded</li> + <li><strong>{SSHA}encodedCredential</strong> - 20 bytes of the salted SHA1 + digest of the password, followed by the variable length salt bytes, all + Base64 encoded</li> <li><strong>salt$iterationCount$encodedCredential</strong> - a hex encoded salt, iteration code and a hex encoded credential, each separated by $</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
