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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]