Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M17
-
None
-
None
Description
We have some kerberos tests failing with Java 8, because some of the encryptedTypes are not any more supported :
"Note that des-cbc-crc and dec-cbc-md5 are disabled by default in JDK 8."
(from https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/jgss-api-mechanism.html)
Another issue is that the host does not resolve correctly to 127.0.0.1 on some other tests.