Feature Requests item #1552997, was opened at 2006-09-05 23:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1552997&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: HtmlUnit plugin
Group: None
Status: Open
Priority: 5
Submitted By: Joe Athman (sju59)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add NTLM Authentication

Initial Comment:
 I would like to use jWebUnit, however I can't figure
out how to use NTLM authentication.  HtmlUnit supports
this.  Using HtmlUnit I would write something like:
 
final WebClient webClient = new WebClient();
 
DefaultCredentialsProvider creds = new
DefaultCredentialsProvider();
 
creds.addNTLMCredentials("userName", "password", null,
-1, "myComputerName", "myDomain");
 
webClient.setCredentialsProvider(creds);
 
webClient.setRedirectEnabled(true);
 
URL url = new URL("http://myappUrl.net/";);
 
Using just the normal setAuthorization method does not
work for me.  Any ideas?  Could this be added to the API?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1552997&group_id=61302

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to