Skip to content

Commit

Permalink
Merge pull request #579 from rareddy/TEIID-3913
Browse files Browse the repository at this point in the history
TEIID-3913: Removing the explicit call to turn the pass-through, as i…
  • Loading branch information
rareddy committed Jan 20, 2016
2 parents ffcd06c + a39ada5 commit 2315c16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions olingo/src/main/java/org/teiid/olingo/web/ODataFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,6 @@ public void doFilter(ServletRequest request, ServletResponse response,
this.contextMap.put(key, ref);
}

// send the access token using jdbc protocol
if (OAuthCredentialContext.getCredential() != null) {
this.initProperties.setProperty(TeiidURL.CONNECTION.PASSTHROUGH_AUTHENTICATION, "false");
}

Client client = buildClient(vdbName, version, this.initProperties);
try {
Connection connection = client.open();
Expand Down

0 comments on commit 2315c16

Please sign in to comment.