Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CXF doesn't support NTLM authentication "out of the box" on Java 5, but with some additional libraries and configuration, the standard HttpURLConnection objects that we use can do the NTLM authentication. . On Java 6, NTLM authentication is built into the Java runtime and you don't need to do anything special.

On Java 5First, you need a library that will augment the HttpURLConnection to do it. See: http://jcifs.samba.org/src/docs/httpclient.html Note: jcifs is LGPL licensed, not Apache licensed.

...