----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25820/ -----------------------------------------------------------
Review request for cloudstack and Devdeep Singh. Summary (updated) ----------------- CLOUDSTACK-7575: Improve performance of cleanString method in StringUtils Repository: cloudstack-git Description (updated) ------- We are using two regular expressions to clean sensitive data from logged string. One regular expression is cleaning from middle while other from end. This patch combines those two regular expressions in one regular expression Diffs (updated) ----- utils/src/com/cloud/utils/StringUtils.java 7014e5c Diff: https://reviews.apache.org/r/25820/diff/ Testing (updated) ------- tested the strings are cleaned up properly of passwords after the changes Thanks, Anshul Gangwar