Use the glide.db.loguser property to disable SQL error messages from rendering in a browser.

If glide.db.loguser is not set to the recommended value of false, then sensitive server-side error messages could be displayed to end-users. Error messages can include stack traces and information about the structure of the database that could provide an attacker the knowledge needed to perform successful SQL Injection should the preconditions exist. As defense in depth, these error messages should not be displayed to the end user.

More information

To learn more about adding or creating a system property, see Add a system property.