Project uses Jersey 2.29, but trying to update Jetty only. Jersey 3.0.12 contains Jetty 9.4.53.v20231009 dependency. Should Jersey be upgraded too?
Project uses authentication, including Kerberos via SpnegoLoginService and SpnegoAuthenticator. Authentication worked with Jetty 9.4.12.
With Jetty 9.4.53, receive the following error: java.lang.RuntimeException: GSSException: Failure unspecified at GSS-API level (Mechanism level: Invalid argument (400) - Cannot find key of appropriate type to decrypt AP REP - AES256 CTS mode with HMAC SHA1-96)
Were there any changes to authentication code that were not backwards compatible? Should any changes be required of keytab and other authentication files, i.e. are there additional restrictions on keytabs?