Issue 157: NTLM Authentication Does not work with Ant Task
Status:  Fixed
Owner:
Closed:  Sep 2009
Project Member Reported by virtix, Aug 23, 2009
Test ant task against NTLM as per 
http://groups.google.com/group/mxunit/browse_thread/thread/ccbf7907be0fd605


Sep 2, 2009
Project Member #1 virtix
Wired in NTLM and other authentication correctly. Note that there was a bug in the
MXUnitAntTask constructor that instantiates the HttpHelper based upon properties set.
However, properties are not set until execute is called, so, I moved the HttpHelper
constructor to execute and tweaked the HttpClient credentials to also use NTLM correctly.


Status: In
Sep 12, 2009
Project Member #2 virtix
Works well w/me at work, but still working with another customer. For some reason,
they are receiving a very strange error. Might be an NTLM version 2 issue ... not
sure yet.
Status: Fixed
Labels: Priority-High