Back ForwardHow to prevent display of traceback details

By default to facilitate debugging, Process Commander allows an interactive user to view Java traceback details from a link in the exception form.Java Exception

In production systems, this display is not meaningful to users and discloses internal details that in some situations could be considered a security risk.

Optionally, you can suppress this display:

1. Add the following line to the prconfig.xml file:

<env name="initialization/displayexceptiontraceback" value="false" />

2. Restart or redeploy the node to make the change effective.

When a prconfig.xml file contains no setting for the displayexceptiontraceback parameter, the link to traceback details appears.

This change does not affect the logging of traceback details in the Pega logs.

Related topics About Activity rules
How to customize the activity success and exception windows

UpTechnical category