You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2008/09/23 18:39:28 UTC

svn commit: r698230 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h

Author: mturk
Date: Tue Sep 23 09:39:27 2008
New Revision: 698230

URL: http://svn.apache.org/viewvc?rev=698230&view=rev
Log:
Missing file for r698229

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h?rev=698230&r1=698229&r2=698230&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h Tue Sep 23 09:39:27 2008
@@ -89,6 +89,8 @@
     int *fail_on_status;
     /* Temporary storage for the original extension strings. */
     char *fail_on_status_str;
+    /* Use server error pages for responses >= 400. */
+    int use_server_error_pages;
 };
 typedef struct rule_extension rule_extension_t;
 



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