Author: markt Date: Thu Jul 26 16:13:24 2018 New Revision: 1836738 URL: http://svn.apache.org/viewvc?rev=1836738&view=rev Log: Clarify what is meant by an error report
Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/valve.xml?rev=1836738&r1=1836737&r2=1836738&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/valve.xml (original) +++ tomcat/trunk/webapps/docs/config/valve.xml Thu Jul 26 16:13:24 2018 @@ -1868,9 +1868,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