Suppressing password in clear text

While you are executing the user add and password change operations, the REST API shows the password in clear text.

About this task

To suppress the password in clear text, perform the following steps:

Procedure

  1. Add the following property to the log4j properties file:
    log4j.logger.org.apache.http=ERROR, Default
    Note: The property must be added after the following property:
    log4j.rootCategory=DEBUG, Default
  2. Restart the dispatcher.