Author: markt
Date: Thu Nov 12 10:23:50 2015
New Revision: 1714002

URL: http://svn.apache.org/viewvc?rev=1714002&view=rev
Log:
Correct r1689687 which updated debug for the Default Servlet rather than the 
CGi sevrlet.

Modified:
    tomcat/trunk/conf/web.xml

Modified: tomcat/trunk/conf/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=1714002&r1=1714001&r2=1714002&view=diff
==============================================================================
--- tomcat/trunk/conf/web.xml (original)
+++ tomcat/trunk/conf/web.xml Thu Nov 12 10:23:50 2015
@@ -42,16 +42,8 @@
   <!-- parameters (default values are in square brackets):                  -->
   <!--                                                                      -->
   <!--   debug               Debugging detail level for messages logged     -->
-  <!--                       by this servlet. Useful values range from 0    -->
-  <!--                       to 5 where 0 means no logging and 5 means      -->
-  <!--                       maximum logging. Values of 10 or more mean     -->
-  <!--                       maximum logging plus debug info added to the   -->
-  <!--                       HTTP response. If an error occurs and debug is -->
-  <!--                       10 or more the standard error page mechanism   -->
-  <!--                       will be disabled and a response body with      -->
-  <!--                       debug information will be produced. Note that  -->
-  <!--                       any value of 10 or more has the same effect as -->
-  <!--                       a value of 10. [0]                             -->
+  <!--                       by this servlet. Useful values are 0, 1, and   -->
+  <!--                       11 where higher values mean more detail. [0]   -->
   <!--                                                                      -->
   <!--   fileEncoding        Encoding to be used to read static resources   -->
   <!--                       [platform default]                             -->
@@ -340,10 +332,19 @@
   <!--                        Recommended value: WEB-INF/cgi                -->
   <!--                                                                      -->
   <!--   debug                Debugging detail level for messages logged    -->
-  <!--                        by this servlet. If set to 10 or more the     -->
-  <!--                        standard error page mechanism will be         -->
-  <!--                        disabled and a debug page shown instead. The  -->
-  <!--                        debug page is not considered secure and       -->
+  <!--                        by this servlet. Useful values range from 0   -->
+  <!--                        to 5 where 0 means no logging and 5 means     -->
+  <!--                        maximum logging. Values of 10 or more mean    -->
+  <!--                        maximum logging plus debug info added to the  -->
+  <!--                        HTTP response. If an error occurs and debug   -->
+  <!--                        is 10 or more the standard error page         -->
+  <!--                        mechanism will be disabled and a response     -->
+  <!--                        body with debug information will be produced. -->
+  <!--                        Note that any value of 10 or more has the     -->
+  <!--                        same effect as a value of 10. If set to 10 or -->
+  <!--                        more the standard error page mechanism will   -->
+  <!--                        be disabled and a debug page shown instead.   -->
+  <!--                        The debug page is not considered secure and   -->
   <!--                        should not be enabled for production systems. -->
   <!--                        [0]                                           -->
   <!--                                                                      -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to