You might encounter issues with web service clients interacting with NTLM-protected web services in LTS 12. While not in every scenario, there is a possibility of facing an AuthorizationLoopException
.
This issue arises because, after upgrading the CXF library, it now defaults to using the JDK HTTP Client. This appears to be a bug and has already been reported to the CXF team. As a workaround, you can configure the appropriate Java system property in the jvm.options
file.
This fix will be available in 12.0.1.
-Dorg.apache.cxf.transport.http.forceURLConnection=true