GitHub user skitt opened a pull request:
https://github.com/apache/karaf/pull/310
[KARAF-5173] Provide an impl of CallbackHandler
A number of tests use an anonymous class implementing CallbackHandler
with the same pattern, username and password. This patch introduces
NamePasswordCallbackHandler and uses it where appropriate.
Signed-off-by: Stephen Kitt <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/skitt/karaf name-password-callback-handler
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/310.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #310
----
commit 724af841f4f1d8c4cf47eae07002c838e562a30b
Author: Stephen Kitt <[email protected]>
Date: 2017-06-01T06:57:42Z
[KARAF-5173] Provide an impl of CallbackHandler
A number of tests use an anonymous class implementing CallbackHandler
with the same pattern, username and password. This patch introduces
NamePasswordCallbackHandler and uses it where appropriate.
Signed-off-by: Stephen Kitt <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---