Hi Mark,
only with Java 1.7.0 and TC 8.5 the new test throws an ERROR. It occurs
many times, all almost looking the same, here's an example:
16-Apr-2023 22:47:40.891 INFO [main]
org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case
[testDigestAuthentication[12: Algorithms[MD5,SHA-256,SHA-512-256],
Algorithm[MD5], PwdDigest[false], AuthExpected[user]]]
16-Apr-2023 22:47:40.893 WARNING [main]
org.apache.catalina.authenticator.DigestAuthenticator.initAlgorithms
Unable to configure DIGEST authentication to use the algorithms
[SHA-512/256] as [{1}] is not supported by the JRE.
java.security.NoSuchAlgorithmException: SHA-512/256
MessageDigest not available
at
sun.security.jca.GetInstance.getInstance(GetInstance.java:159)
at java.security.Security.getImpl(Security.java:695)
at
java.security.MessageDigest.getInstance(MessageDigest.java:167)
at
org.apache.tomcat.util.security.ConcurrentMessageDigest.init(ConcurrentMessageDigest.java:118)
at
org.apache.catalina.authenticator.DigestAuthenticator.initAlgorithms(DigestAuthenticator.java:248)
at
org.apache.catalina.authenticator.DigestAuthenticator.setAlgorithms(DigestAuthenticator.java:235)
at
org.apache.catalina.authenticator.TestDigestAuthenticatorAlgorithms.testDigestAuthentication(TestDigestAuthenticatorAlgorithms.java:171)
Probably on of the troubles supporting the ols JVM version provides.
Thanks and regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org