Skip to content

Commit

Permalink
Remove misleading logging on router for JDBC queries (apache#12925)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohangarg authored Aug 22, 2022
1 parent 3c129f6 commit a879d91
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public void doFilter(ServletRequest servletRequest, ServletResponse servletRespo
new AuthenticationResult(
AuthConfig.ALLOW_ALL_NAME,
AuthConfig.ALLOW_ALL_NAME,
AuthConfig.ALLOW_ALL_NAME,
// adding null so that the router doesn't try to decorate the request. It is ok since we're already bypassing
// authentication for unsecure paths.
null,
null
)
);
Expand Down

0 comments on commit a879d91

Please sign in to comment.