> > > I do not see username getting converted to upper case anywhere in > HttpClient code. > > From a brief reading of http://davenport.sourceforge.net/ntlm.html <http://davenport.sourceforge.net/ntlm.html>The NTLMv2 Response Step 2 *The Unicode uppercase username is concatenated *with the Unicode authentication target (the domain or server name specified in the Target Name field of the Type 3 message). Note that this calculation always uses the Unicode representation, even if OEM encoding has been negotiated; *also note that the username is converted to uppercase*, while the authentication target is case-sensitive and must match the case presented in the Target Name field.
Is this not the reference doc for apache commons-httpclient? Thanks
