Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.3
-
Component/s: wagon-http
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Authentication failes when ntlm authentication schema is selected because UsernamePasswordCredentials cannot be used.
With the attached patch if the username is in the form 'DOMAIN\username' NTCredentials are created instead.
Small improvement and added a unit test.