https://bz.apache.org/bugzilla/show_bug.cgi?id=58813
--- Comment #2 from Christian Swoboda <[email protected]> --- Hi! I added your patch description to the following silimar bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=59334 It seems to be the same bug. Here (again) the details of what should be done: TerminateFilter (in jk_isapi_plugin.c) version 1.2.41 Line 2424: ReleaseMutex(&init_cs); should be: ReleaseMutex(init_cs); That's the patch you have tested successfully, right? kind regards swobi -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
