HttpClient is a Java library to browse websites.
I want to use it with Kerberos. The Kerberos part of HttpClient's documentation mostly says:
The best way to start is to grab the KerberosHttpClient.java file in examples and try and get it to work.
However, KerberosHttpClient.java
is nowhere to be found (source, binaries, doc)
It is difficult to do anything without this file.
Where can I find KerberosHttpClient.java
?
Or is there a better document explaining how to use HttpClient with Kerberos?