Author: markt Date: Thu Jul 26 16:19:00 2018 New Revision: 1836740 URL: http://svn.apache.org/viewvc?rev=1836740&view=rev Log: Clarify what is meant by an error report
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml?rev=1836740&r1=1836739&r2=1836740&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml Thu Jul 26 16:19:00 2018 @@ -1701,9 +1701,10 @@ </attribute> <attribute name="showReport" required="false"> - <p>Flag to determine if the error report is presented when an error - occurs. If set to <code>false</code>, then the error report is not in - the HTML response. + <p>Flag to determine if the error report (custom error message and/or + stack trace) is presented when an error occurs. If set to + <code>false</code>, then the error report is not returned in the HTML + response. Default value: <code>true</code> </p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org