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=39552>. 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=39552 Summary: Jakarta ISAPI Filter Patch Product: Tomcat 5 Version: Unknown Platform: PC OS/Version: Windows XP Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I did some modifications to the Jakarta ISAPI filter in connectors/trunk/jk/native. It would be nice to see most of them included the distribution. 1. a new worker parameter: socket_nodelay, default 1 2. parameter socket_timeout: the documentation stated that if the parameter was set to zero it would wait infinitely, however, the code says: if it is set larger than zero, change it, i.e. if it were set to zero the system default would be used. The new implementation is: If it is set to -1 the socket timeout is set to infinitely. If it is set to larger or equal to zero, the socket timeout is set to the given value in seconds. Any other value will use the system default. 3. The status worker has a new button, that reloads the configuration. This allows one to change the filter settigns without having to restart IIS. This feature is not tested thoroughly, e.g. we have to make sure that all incoming requests are stalled and all active requests are served until the configuration is reloaded. 4. Errors in WriteClient() are ignored, see http://west-wind.com/weblog/posts/1266.aspx 5. The last parameter in the ServerSupportFunction should be the length of the headers buffer (not the length of the status buffer) -- 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]