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=42849>. 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=42849 ------- Additional Comments From [EMAIL PROTECTED] 2007-07-16 06:28 ------- Which was the web server, where the behaviour got observed? Actually we implemented both variants: Apache 2.x: any validation failure will make wc_open() return JK_FALSE and Apache will log an error and *not* start. Apache 1.3: only logs an error, but does start up. Worker initialization even for the good ones might not be done! IIS: Not sure. Netscape: Codes looks like we only log a line, so seems to be the same as for Apache 1.3 I would prefer to not start up. It is a problem, that can be detected during startup. As such ir differs from typos in context URLs. Since we can detect the problem during startup, we should tell people what's wrong and not do the startup. I think, that Apache 2.x does it OK, we don't have it in Apache 1.3 primarily for historic reasons, because the init hook does not allow return values. We can use out jk_error_exit() function nevertheless. I'll patch it for Apache 1.3 if noone objects. Mladen? Anyone else? -- 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]