优化
This commit is contained in:
@ -30,7 +30,7 @@ public class EncryptDecryptFilter implements Filter {
|
||||
@Override
|
||||
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
|
||||
if (!aesConfig.isEnabled()) {
|
||||
logger.info("Encryption/Decryption is disabled. Skipping.");
|
||||
// logger.info("Encryption/Decryption is disabled. Skipping.");
|
||||
chain.doFilter(request, response);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user