Skip to content

Commit

Permalink
Merge pull request #150 from cvedel/httpauth-fixes
Browse files Browse the repository at this point in the history
small fixes to httpauth
  • Loading branch information
Yaguang Wang committed Jan 26, 2014
2 parents e434a9a + 3f28da0 commit 909cc11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion dev/cosbench-httpauth/META-INF/spring/plugin-context.xml
Expand Up @@ -8,7 +8,7 @@
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd">

<bean name="storageFactory" class="com.intel.cosbench.api.httpauth.HttpAuthFactory" />
<bean name="authFactory" class="com.intel.cosbench.api.httpauth.HttpAuthFactory" />

<osgi:service ref="authFactory" context-class-loader="service-provider"
interface="com.intel.cosbench.api.auth.AuthAPIFactory">
Expand Down
Expand Up @@ -103,12 +103,6 @@ public void init(Config config, Logger logger) {
logger.debug("httpauth client has been initialized");
}

@Override
public void dispose() {
super.dispose();
HttpClientUtil.disposeHttpClient(client);
}

@Override
public AuthContext login() {
super.login();
Expand Down

0 comments on commit 909cc11

Please sign in to comment.