tuohai666 commented on a change in pull request #7076:
URL: https://github.com/apache/shardingsphere/pull/7076#discussion_r478819119
##########
File path:
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/auth/PostgreSQLAuthenticationHandler.java
##########
@@ -66,7 +66,7 @@ public static PostgreSQLLoginResult
loginWithMd5Password(final String username,
return new
PostgreSQLLoginResult(PostgreSQLErrorCode.SUCCESSFUL_COMPLETION, null);
}
- private static String md5Encode(final String username, final String
password, final byte[] md5Salt) {
+ static String md5Encode(final String username, final String password,
final byte[] md5Salt) {
Review comment:
why remove private?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]