ravening commented on a change in pull request #5337:
URL: https://github.com/apache/cloudstack/pull/5337#discussion_r692022378



##########
File path: server/src/main/java/com/cloud/api/dispatch/ParamProcessWorker.java
##########
@@ -70,6 +71,7 @@
     private static final Logger s_logger = 
Logger.getLogger(ParamProcessWorker.class.getName());
     public final DateFormat inputFormat = new SimpleDateFormat("yyyy-MM-dd");
     public final DateFormat newInputFormat = new SimpleDateFormat("yyyy-MM-dd 
HH:mm:ss");
+    public static final List<String> avoidList = new 
ArrayList<>(Arrays.asList("username", "password"));

Review comment:
       How about using ApiConstants.USERNAME and PASSWORD ?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to