DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40938>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40938 Summary: IIS Tomcat Connector URL Rewrite only works in "debug" mode Product: Tomcat 5 Version: Unknown Platform: Other OS/Version: Windows Server 2003 Status: NEW Severity: major Priority: P1 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] The URL Rewriting capability of the IIS Tomcat Connector (1.2.19) only works in debug mode. In init_jk(char *serverName) method in jk_isapi_plugin.c the "else" statement on line 1227 is calling jk_map_free, which frees the rewrite_map. If debug is enabled the code enters the if on line 1222 and works as expected. It seems like the "else" statement which frees the map should be moved to after line 1230. Turning on debug is not an acceptable workaround, since the log file will grow extremely large, we've had 8GB+ in a day. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]