mirror of https://github.com/apache/cloudstack.git
Password is logged in api server logs while creating a storage pool and while
adding an image store of type SMB. Cleaning the message before logging.
This commit is contained in:
parent
9f38fd6c9f
commit
283666b038
|
|
@ -208,7 +208,7 @@ public class ApiServlet extends HttpServlet {
|
|||
}
|
||||
}
|
||||
|
||||
auditTrailSb.append(req.getQueryString());
|
||||
auditTrailSb.append(StringUtils.cleanString(req.getQueryString()));
|
||||
final boolean isNew = ((session == null) ? true : session.isNew());
|
||||
|
||||
// Initialize an empty context and we will update it after we have verified the request below,
|
||||
|
|
|
|||
Loading…
Reference in New Issue