Author: mturk
Date: Fri Aug 25 00:26:30 2006
New Revision: 436691
URL: http://svn.apache.org/viewvc?rev=436691&view=rev
Log:
Make rewrite_rule_file config as not mandatory
directive. It fixes problems where 1.2.18 could
not be loaded.
Modified:
tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c
Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c?rev=436691&r1=436690&r2=436691&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Fri Aug 25 00:26:30
2006
@@ -1405,9 +1405,6 @@
sizeof(rewrite_rule_file))) {
strcpy(rewrite_rule_file, tmpbuf);
}
- else {
- ok = JK_FALSE;
- }
if (get_registry_config_parameter(hkey,
URI_SELECT_TAG,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]