Add a basic auth client handler
-------------------------------
Key: WINK-237
URL: https://issues.apache.org/jira/browse/WINK-237
Project: Wink
Issue Type: New Feature
Components: Client
Affects Versions: 1.1
Reporter: Bryant Luk
Assignee: Bryant Luk
Fix For: 1.1
Add an optional basic auth client handler to more easily handle the basic auth.
It first sends the request, checks for a 401, and then sends the
username/password if available in the request header with a re-issued request.
For now, commons-codec will be added as a "provided" dependency so if users use
this functionality, they will need to add in the commons-codec.jar in their
pom.xmls.
Thanks to Messaoud Benantar for help with this contribution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.