Skip to content

Commit

Permalink
Merge pull request wso2#12348 from msm1992/master-2501
Browse files Browse the repository at this point in the history
Mark OAuthResponseMediator as content-not-aware
  • Loading branch information
msm1992 authored Mar 26, 2024
2 parents 6b0a6b6 + fc6c890 commit 89dcc7e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ public boolean mediate(MessageContext messageContext) {
return true;
}

@Override
public boolean isContentAware() {
return false;
}

/**
* Sends a fault response to the DevPortal console
*
Expand Down

0 comments on commit 89dcc7e

Please sign in to comment.