On Mon, 2009-01-05 at 11:38 +0100, Fabien Bousquet wrote: > Hi, > I develop an application which use httpclient (3.1). This application > connects to a server. It can use a NTLM proxy for connection to server. > So my question, is how can i test this feature ? I don't find how install a > simple NTLM proxy. Does exist mock NTLM proxy for the tests ? >
NTLM is a pretty complex authentication scheme, which cannot be mocked easily in a meaningful way. There is virtually no test coverage for NTLM scheme in the HttpClient test suite. Have a look at JCIFS library developed by the Samba project. Maybe they have something. Oleg > Thanks, > Fabien. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
