We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66cbc6 commit c92ad58Copy full SHA for c92ad58
1 file changed
src/main/java/org/opensearch/security/filter/SecurityResponse.java
@@ -36,7 +36,6 @@ public class SecurityResponse {
36
37
public SecurityResponse(final int status, final Exception e) {
38
this.status = status;
39
- populateHeaders(CONTENT_TYPE_APP_JSON);
40
this.body = generateFailureMessage(e);
41
this.contentType = XContentType.JSON.mediaType();
42
}
0 commit comments