1561316811 commented on issue #8852:
URL: https://github.com/apache/cloudstack/issues/8852#issuecomment-2040967009

   Firstly, in the following link, we know the "request.getRequestLine()" is a 
sensitive variable, needed to "cleanString" after logging out.
   
https://github.com/apache/cloudstack/blob/2959cc67652381e3a39b298e674a0bced5002337/server/src/main/java/com/cloud/api/ApiServer.java#L467
   
   Then, in the following code, the data of "request.getRequestLine()" flows to 
"paramList" in line 472. After iterator "paramList", "param" variable data 
flows to "message" in line 491.
   
   At last, the "message" is logged out by "logger.warn"  in line 493
   
https://github.com/apache/cloudstack/blob/2959cc67652381e3a39b298e674a0bced5002337/server/src/main/java/com/cloud/api/ApiServer.java#L472-L496


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