Am 2015-08-26 um 22:07 schrieb Alexander Bernstein:
Hello,
I am new here, please pardon if this is not the right place for this kind of 
question.
I am using httpclient-win-4.5 from httpClient 4.5 and 
jna-4.1.0/jna-platform-4.1.0 JNA libraries to authenticate to Kerberos server 
from Eclipse-based application.
I create my client from WinHttpClients.custom(). The authentication is 
successful, but sooner or later, when JVM calls 
WindowsNegotiateScheme.dispose() my Eclipse crashes with GPF.
I noticed that WindowsNegotiateSchemeFactory.create() is called twice, for some 
reason. Not sure if this is a normal flow and/or is relevant to the problem.

I hav obstained this discussion but I think now it's time to clarify some issues:

1. The module is marked as experimental
2. The code provided (SSPI-based auth) has been simply copied over from JNA's examples *without* being reviewed. 3. The code as well as JNA contain bugs which do not make this scheme suitable for production. 4. HttpClient's current auth interfaces do not allow to implement that correctly.

Most of those issues I have layed out on the dev mailing list already. Please search for.

Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to