-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Before reporting an issue
[X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
core
Describe the bug
Whether the kerberos feature is enabled is determined KerberosJdkProvider#isKerberosAvailable based on Kerberos availability in a JDK. If you want to disable it explicitly by kc.features-disabled = kerberos it seems to be ignored.
Meaning there are still warnings WARN [org.key.com.uti.KerberosJdkProvider] (main) Kerberos feature not supported by JDK. Check security providers for your JDK in java.security. Supported mechanisms: [] during startup.
Version
25
Regression
[ ] The issue is a regression
Expected behavior
It should be possible to explicitly disable the feature.
Actual behavior
Kerberos feature cannot be explicitly disabled.
How to Reproduce?
See description.
Anything else?
No response
- links to